Skip to main content

reset 重置所有数据

reset

类型: MethodDeclaration

所属类: SceneSpriteRenderer

定义位置: scene.ts

描述

重置所有数据

返回值

类型: void

源代码

位置: 第 5507 行

public reset(): void {
for (const animList of this.animationLists) {
animList.clear()
}
}

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