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

大约有 2 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0017 秒)

1. 场景管理 · LayaAir3.0文档 · LAYABOX [ 100%]

...景管理一、IDE中场景1.1 新建场景1.2 场景划分1.3 autoDestroyAtClosed属性1.4 mouseThrough属性二、代码中使用2.1 场景类2.2 打开场景2.3 关闭场景2.4 场景加载页面2.5 销毁和垃圾回收场景管理 LayaAir3.0继续延用2.0开发思路为组件化,...

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

2. 3D粒子编辑模块 · LayaAir3.0文档 · LAYABOX [ 87%]

...; }; //彻底销毁清理一个粒子特效对象 Clean(): void { if (this.destroyed) { return; } this.Recover(); if (this._particle && !this._particle.destroyed) { this._particle.removeSelf(); this._particle.destroy(true); this._particle = null; } this._shuriKenParticle3D = null; this._shur...

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