• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 419 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0077 秒)

401. laya.d3.component.Script3D [ 35%]

...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

402. [LayaNative3]2d示例程序构建发布打包后,在OpenHarmony运行闪退 [ 35%]

...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

403. laya.physics.PhysicsDebugDraw_API3.0 [ 35%]

...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

404. laya.components.Script [ 35%]

...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

405. Laya.loader.load(xx) 当地址""的时候,会报错。 [ 34%]

... = null, ignoreCache = false, useWorkerLoader = ILaya.WorkerLoader.enable) {             if (!url) {                 this.onLoaded(null);                 return;             }      然后进到this.onLoaded(null)   onLoaded(data...

来源: Laya_社区 发布时间: 20201130

406. laya.d3.physics.Rigidbody3D [ 34%]

...detectCollisions : Boolean 获取是否进行碰撞检测。 Rigidbody3D enabled : Boolean[override] 获取是否启用组件。 PhysicsComponent friction : Number 获取摩擦力。 PhysicsComponent  gravity : Vector3 获取重力。 Rigidbody3D id : int[read-only] 获取唯一标识ID。 Comp...

来源: Laya2.0_api 发布时间: 20190513

407. laya.net.LoaderManager_API3.0 [ 30%]

...新加载。 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

408. 打CPK包在手机上运行会白屏,手机测试型号VIVO1419L。 [ 27%]

...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

409. 3D灯光与阴影 · LayaAir3.4 · 引擎文档 · LAYABOX [ 25%]

...在IDE的项目设置中,可以对支持多光源做设置 (图7-1) Enable Multi Light:是否支持多光源 Max Light Count:最大支持的光源数量,目前最大是50 Light Cluster Count: X、Y、Z轴的光照集群数量 X、Y、Z轴的光照集群数量,Z值会影响Cluster接...

来源: Laya3.0_文档 发布时间: 20251010

410. 3D场景环境设置 · LayaAir3.4 · 引擎文档 · LAYABOX [ 25%]

...化的范围,雾化的颜色 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