跳到主要内容

destroyAsync 异步销毁粒子发射器

destroyAsync

类型: MethodDeclaration

所属类: SceneParticleEmitter

定义位置: scene.ts

描述

异步销毁粒子发射器

返回值

类型: void

源代码

位置: 第 5456 行

public destroyAsync(): void {
Callback.push(() => {
this.destroy()
})
}

文档生成时间:2025/7/7 12:07:06