API 参考scene 模块destroyAsync 异步销毁粒子发射器本页总览destroyAsync 异步销毁粒子发射器destroyAsync 类型: MethodDeclaration 所属类: SceneParticleEmitter 定义位置: scene.ts 描述 异步销毁粒子发射器 返回值 类型: void 源代码 位置: 第 5456 行 public destroyAsync(): void { Callback.push(() => { this.destroy() }) } 文档生成时间:2025/7/7 12:07:06