大约有 419 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0077 秒)
Laya_社区(176) Laya3.0_api(92) Laya2.0_api(50) laya_api(38) Laya2.0_文档(25) Laya3.0_文档(21) Laya2.0_示例(11) Laya_示例(6)
...By destroyed : Boolean[read-only] 获取是否已经销毁 。 Component enabled : Boolean 获取是否启用组件。 Component id : int[read-only] 获取唯一标识ID。 Component isSingleton : Boolean[override] [read-only] 获取是否为单实例组件。 Script3D owner : Node [只读]...
来源: Laya2.0_api 发布时间: 20190513
...ya.so' is not verified. If you're importing napi, its verification will be enabled in later SDK version. Please make sure the corresponding .d.ts file is provided and the napis are correctly declared. WARN: ArkTS:WARN File: /Users/HonestQiao/Documents/Laya/LayaProject1/release/harmony/LayaProject1/l...
来源: Laya_社区 发布时间: 20250106
...sDebugDraw Class PhysicsDebugDraw 物理辅助线,调用PhysicsDebugDraw.enable()开启,或者通过IDE设置打开 Hierarchy Sprite PhysicsDebugDraw Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx A...
来源: Laya3.0_api 发布时间: 20231115
...By destroyed : Boolean[read-only] 获取是否已经销毁 。 Component enabled : Boolean 获取是否启用组件。 Component id : int[read-only] 获取唯一标识ID。 Component isSingleton : Boolean[override] [read-only] 获取是否为单实例组件。 Script owner : Node [只读]获...
来源: Laya2.0_api 发布时间: 20190513
... = null, ignoreCache = false, useWorkerLoader = ILaya.WorkerLoader.enable) { if (!url) { this.onLoaded(null); return; } 然后进到this.onLoaded(null) onLoaded(data...
来源: Laya_社区 发布时间: 20201130
...detectCollisions : Boolean 获取是否进行碰撞检测。 Rigidbody3D enabled : Boolean[override] 获取是否启用组件。 PhysicsComponent friction : Number 获取摩擦力。 PhysicsComponent gravity : Vector3 获取重力。 Rigidbody3D id : int[read-only] 获取唯一标识ID。 Comp...
来源: Laya2.0_api 发布时间: 20190513
...新加载。 Default value useWorkerLoader: boolean = ILaya.WorkerLoader.enable Returns LoaderManager 此 LoaderManager 对象本身。 off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDi...
来源: Laya3.0_api 发布时间: 20231102
...m.vivo.vs I/chromium: [INFO:library_loader_hooks.cc(106)] Chromium logging enabled: level = 0, default verbosity = 0 10-13 17:31:15.891 6514-6514/com.vivo.vs I/BrowserStartupController: Initializing chromium process, renderers=0 10-13 17:31:15.891 6514-6514/com.vivo.vs W/art: Attempt to remove local...
来源: Laya_社区 发布时间: 20181013
...在IDE的项目设置中,可以对支持多光源做设置 (图7-1) Enable Multi Light:是否支持多光源 Max Light Count:最大支持的光源数量,目前最大是50 Light Cluster Count: X、Y、Z轴的光照集群数量 X、Y、Z轴的光照集群数量,Z值会影响Cluster接...
来源: Laya3.0_文档 发布时间: 20251010
...化的范围,雾化的颜色 5.2 代码使用 //雾化代码 this.scene.enableFog = true; //设置雾化的颜色 this.scene.fogColor = new Laya.Color(0,0,0.6); //设置雾化的起始位置,相对于相机的距离 this.scene.fogStart = 10; //设置雾化最浓处的距离。 this.scene.fogRang...
来源: Laya3.0_文档 发布时间: 20251010