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

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

651. 3D粒子 · LayaAir3.3 · 引擎文档 · LAYABOX [ 27%]

... from "./Pool"; //粒子特效的基类,包括创建,播放,暂停,销毁,清理对象池 export class Particle3D extends Sprite3D { private _isInited: boolean = false; private _filePath: string = null; private _particle: Laya.Sprite = null; private _shuriKenParticle3D: Array<ShuriKenPa...

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

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

... from "./Pool"; //粒子特效的基类,包括创建,播放,暂停,销毁,清理对象池 export class Particle3D extends Sprite3D { private _isInited: boolean = false; private _filePath: string = null; private _particle: Laya.Sprite = null; private _shuriKenParticle3D: Array<ShuriKenPa...

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

653. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 25%]

...; this.mConnected) this.pomelo.disconnect();         }         /** 销毁*/         public destroy(): void {             this.close();             this.pomelo = null;             if(this.mDecorate)this.mDecorate.destroy();             this.mDecorate = null;     ...

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