restart 重新开始播放
restart
类型: MethodDeclaration
所属类: AnimationPlayer
定义位置: animation.ts
描述
重新开始播放
返回值
类型: void
源代码
位置: 第 166 行
public restart(): void {
this.index = 0
this.ended = false
}
文档生成时间:2026/2/1 16:51:38
类型: MethodDeclaration
所属类: AnimationPlayer
定义位置: animation.ts
重新开始播放
类型: void
位置: 第 166 行
public restart(): void {
this.index = 0
this.ended = false
}
文档生成时间:2026/2/1 16:51:38