API 参考scene 模块autorunOn this pageautorunautorun 类型: MethodDeclaration 所属类: SceneParticleEmitter 定义位置: scene.ts 返回值 类型: void 源代码 位置: 第 5436 行 public autorun(): void { if (this.started === false) { this.started = true this.emit('autorun') } } 文档生成时间:2025/7/7 12:07:06