大约有 3,271 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0076 秒)
Laya_社区(2946) Laya3.0_api(163) Laya2.0_文档(63) Laya_示例(34) Laya3.0_文档(31) Laya2.0_示例(22) laya_api(7) Laya2.0_api(5)
... soundVolume soundVolume: number = 1 Defined in laya/media/SoundManager.ts:30 音效音量。 default 1 Accessors Static autoStopMusic get autoStopMusic(): boolean set autoStopMusic(v: boolean): void Defined in laya/media/SoundManager.ts:170 失去焦点后是否自动停止背景音乐。 Returns b...
来源: Laya3.0_api 发布时间: 20231115
...nherited from Component._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 autoDestroyAtComplete autoDestroyAtComplete: boolean = true Inherited from EffectBase.autoDestroyAtComplete Defined in laya/effect/EffectBase.ts:23 效...
来源: Laya3.0_api 发布时间: 20231115
...nherited from Component._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 autoDestroyAtComplete autoDestroyAtComplete: boolean = true Inherited from EffectBase.autoDestroyAtComplete Defined in laya/effect/EffectBase.ts:23 效...
来源: Laya3.0_api 发布时间: 20231115
...Laya.Camera; camera.transform.translate(new Laya.Vector3(0, 3, 30)); //方向光 const directionLight =this.newScene.addChild(new Laya.DirectionLight()) as Laya.DirectionLight; directionLight.color = new Laya.Vector3(1, 1, 1); //设置平...
来源: Laya_社区 发布时间: 20210103
...data.effectMuted; } else { this.setBGMVolume(30); this.setEffectVolume(35); } } public static get Instance(): SoundManager { if (!SoundManager.instance) { SoundManager.instance = new SoundManager(...
来源: Laya_社区 发布时间: 20250930
...nherited from Component._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: ...
来源: Laya3.0_api 发布时间: 20231115
...=0xaebd7000 | sysTid=16095 nice=0 cgrp=default sched=0/0 handle=0xb420b930 | state=R schedstat=( 55770310 3145521 28 ) utm=0 stm=5 core=0 HZ=100 | stack=0xb410f000-0xb4111000 stackSize=1014KB | held mutexes= "mutator lock"(shared held) native: #00 pc 00371037 /system/lib/libart.so (...
来源: Laya_社区 发布时间: 20190531
...导入3D模型,以及展示与编辑它 3d场景单材质单模型CurMem300多 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 一个3D正方体模型,想给它六个面贴不同的贴图,该如何处理? 用Mac下Unity5.6.2f1导出的模...
来源: Laya_社区 发布时间: 20180118
...nherited from Component._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 collideConnected collideConnected: boolean = false Defined in laya/physics/joint/GearJoint.ts:16 [首次设置有效]两个刚体是否可以发生碰...
来源: Laya3.0_api 发布时间: 20231115
...t { var ti: Laya.TextInput = new Laya.TextInput(); ti.skin = skin; ti.size(300, 50); ti.sizeGrid = "0,40,0,40"; ti.font = "Arial"; ti.fontSize = 30; ti.bold = true; ti.color = "#606368"; this.owner.addChild(ti); return ti; } } (代码中的图片资源来自“引擎API使用示例”项目,开...
来源: Laya3.0_文档 发布时间: 20251010