跳到主要内容

draw 绘制角色动画

draw

类型: MethodDeclaration

所属类: AnimationManager

定义位置: actor.ts

描述

绘制角色动画

返回值

类型: void

源代码

位置: 第 2861 行

public draw(): void {
for (const animation of this.list) {
animation.draw()
}
}

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