大约有 689 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0036 秒)
Laya3.0_api(324) Laya2.0_api(134) laya_api(106) Laya_社区(94) Laya2.0_文档(23) Laya3.0_文档(7) Laya2.0_示例(1)
...n laya/resource/Resource.ts:19 是否开启debug模式 Accessors cpuMemory get cpuMemory(): number Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:124 内存大小。 Returns number destroyed get destroyed(): boolean Inherited from Resource.destroyed Defined in laya/resource/R...
来源: Laya3.0_api 发布时间: 20231115
...defined 看了一下,变量是WebGLEngine类,没有_gl,只有gl的get和set 附件 : --> 2023-11-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Fred 赞同来自: 您好,您使用的IDE版本是...
来源: Laya_社区 发布时间: 20231108
...n laya/resource/Resource.ts:19 是否开启debug模式 Accessors cpuMemory get cpuMemory(): number Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:124 内存大小。 Returns number destroyed get destroyed(): boolean Inherited from Resource.destroyed Defined in laya/resource/R...
来源: Laya3.0_api 发布时间: 20231115
...现3D输入。 Hierarchy Input3D Index Accessors multiTouchEnabled Methods getTouch touchCount Accessors multiTouchEnabled get multiTouchEnabled(): boolean set multiTouchEnabled(value: boolean): void Defined in laya/d3/Input3D.ts:110 获取是否可以使用多点触摸。 Returns boolean 是否可...
来源: Laya3.0_api 发布时间: 20231102
...针管理类 Returns ReflectionProbeManager Accessors sceneReflectionProbe get sceneReflectionProbe(): ReflectionProbe set sceneReflectionProbe(value: ReflectionProbe): void Defined in laya/d3/component/Volume/reflectionProbe/ReflectionProbeManager.ts:37 Scene Reflection Returns ReflectionProbe Defi...
来源: Laya3.0_api 发布时间: 20231115
...frameNodeList2D Hierarchy KeyframeNodeList2D Index Accessors count Methods getNodeByIndex setNodeByIndex Accessors count get count(): number set count(value: number): void Defined in laya/components/KeyframeNodeList2D.ts:8 节点个数。 Returns number Defined in laya/components/KeyframeNodeList2D....
来源: Laya3.0_api 发布时间: 20231115
...n laya/resource/Resource.ts:19 是否开启debug模式 Accessors cpuMemory get cpuMemory(): number Inherited from Resource.cpuMemory Defined in laya/resource/Resource.ts:124 内存大小。 Returns number destroyed get destroyed(): boolean Inherited from Resource.destroyed Defined in laya/resource/R...
来源: Laya3.0_api 发布时间: 20231115
...台的背景颜色,默认为黑色,null为透明。*/ public function get bgColor():String { return _bgColor; } public function set bgColor(value:String):void { _bgColor = value; conchModel && conchModel.bgColor(value); if (Render.isWebGL) { if (value && value !== "black" &...
来源: Laya_社区 发布时间: 20180607
...re2D 获取天空立方体纹理。 Implementation public function get texture():Texture2D public function set texture(value:Texture2D):voidConstructor DetailSkyDome()Constructorpublic function SkyDome() 创建一个 SkyBox 实例。 Method Detail_render()methodoverride public functio...
来源: laya_api 发布时间: 20170929
...,我想试着自己实现一个比较效率高的Dictionary类,实现get set values remove keys 等方法。 一开始想用weakObject和any[]分别储存key和value,但是发现执行remove之后,values很难再和key对应; 后面想用两个any[]来分别储存,key和value分别储存...
来源: Laya_社区 发布时间: 20191112