大约有 653 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0044 秒)
Laya_社区(294) Laya3.0_api(147) laya_api(95) Laya2.0_api(85) Laya2.0_文档(20) Laya3.0_文档(8) Laya2.0_示例(2) Laya_示例(2)
... 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
... 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
...; this.mConnected) this.pomelo.disconnect(); } /** 销毁*/ public destroy(): void { this.close(); this.pomelo = null; if(this.mDecorate)this.mDecorate.destroy(); this.mDecorate = null; ...
来源: Laya_社区 发布时间: 20161109