大约有 3,253 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0137 秒)
Laya_社区(2450) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(82) Laya_示例(52) Laya2.0_示例(18)
...。"); } else if (firstTime && !absolute && !Browser.onIOS) { firstTime = false; alert("在当前设备中无法获取地球坐标系,使用设备坐标系,你可以继续观赏,但是提供的方位并非正确方位。"); } // 更新角度显示 degreesText.text = 360 - Math.floor(info.alpha...
来源: Laya2.0_示例 发布时间: 20260303
...ource/Resource.ts:101 获取资源的UUID。 Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/resource/Resource.ts:18 Accessors cpuMemory get cpuMemory(): number Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:116 内存大小。 Returns number...
来源: Laya3.0_api 发布时间: 20231102
...t.ts:232 表示 Alt 键是处于活动状态 (true) 还是非活动状态 (false)。 Returns boolean charCode get charCode(): string Defined in laya/events/Event.ts:268 包含按下或释放的键的字符代码值。字符代码值为英文键盘值。 Returns string ctrlKey get ctrlKey(): boolean ...
来源: Laya3.0_api 发布时间: 20231115
...alue name: string = null 精灵名称。 Default value isStatic: boolean = false 是否为静态。 Returns Sprite3D Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node...
来源: Laya3.0_api 发布时间: 20231115
...不希望固定逻辑帧率上限,可以将 Config.fixedFrames 设置为 false,关闭固定帧模式,使逻辑更新尽可能跟随平台的 requestAnimationFrame 调用频率执行。 // - 当为 true 时:渲染和逻辑更新被限制在由 Config.FPS 定义的帧率内。确保在不同...
来源: Laya3.0_文档 发布时间: 20251231
...(0, 0.7, 1.2)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.direction = new Laya.Vector3(0, -0.8, -1); directionLight.color = new Laya.Vector3(1, 1, 1); //灯光开启阴影 directionLight.shadow = ...
来源: Laya_示例 发布时间: 20260303
... this.camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); this.scene.addChild(this.camera); Laya.loader.create("res/scene_Effect/Conventional/Effect_zhujue_attack.lh", Laya.Handler.create(this, () => { let i...
来源: Laya_社区 发布时间: 20191102
...据 Templet ikArr : Array IK数据 Templet isParseFail : Boolean = false 是否解析失败 Templet isParserComplete : Boolean = falseTemplet mBoneArr : Vector.<Bone>Templet mRootBone : BoneTemplet pathArr : Array path数据 Templet rate : NumberTemplet skinDataArray : ...
来源: Laya2.0_api 发布时间: 20190513
...定按钮选中状态(selected) selected属性默认为未选中的false状态。一旦我们将selected属性设置为true。那按钮将会一直保持选中(持续按下)的状态,而不会再对其它状态产生变化(除非代码中进行状态改变)。 ### 2.4 是否切换按...
来源: Laya2.0_文档 发布时间: 20210715
... 发起人 Wook 相关问题 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并且两个list同时滚动一模一样。 HTMLDivElement 2.0 ...
来源: Laya_社区 发布时间: 20190525