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

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

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

.../LayaProject1/release/harmony/LayaProject1/libSysCapabilities/src/main/ets/event/HandleMessageUtils.ts:2:18 Currently module for 'liblaya.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 an...

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

772. 统计信息 · LayaAir3.4 · 引擎文档 · LAYABOX [ 32%]

..._Simulation)9.2 Physics Update Node(T_Physics_UpdateNode)9.3 Physics Event(T_PhysicsEvent)9.4 Physics Event Count(C_PhysicsEventCount)9.5 Physics Collider(T_PhysicsCollider)9.6 Physics Trigger(T_PhysicsTrigger)9.7 Physics Collider Enter(T_PhysicsColliderEnter)9.8 Physics Co...

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

773. 3D粒子 · LayaAir3.4 · 引擎文档 · LAYABOX [ 26%]

... })); } //每次鼠标点下屏幕后,会创建一个特效 mouseDown(e: Event): void { var particle = Particle3D.Create(this.filePath); this.owner.addChild(particle); } //鼠标抬起后,会释放对象池 mouseUp(e: Event): void { Particle3D.ClearPool(this.filePath); } } Copyright ©Layabox 20...

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

774. 3D粒子编辑模块 · LayaAir3文档 · LAYABOX [ 26%]

... })); } //每次鼠标点下屏幕后,会创建一个特效 mouseDown(e: Event): void { var particle = Particle3D.Create(this.filePath); this.owner.addChild(particle); } //鼠标抬起后,会释放对象池 mouseUp(e: Event): void { Particle3D.ClearPool(this.filePath); } } Copyright ©Layabox 20...

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