提供对SpriteAnimator中的一些字段的访问
This commit is contained in:
1
demo/libs/framework/framework.d.ts
vendored
1
demo/libs/framework/framework.d.ts
vendored
@@ -434,6 +434,7 @@ declare class SpriteAnimator extends SpriteRenderer {
|
||||
currentAnimationName: string;
|
||||
currentFrame: number;
|
||||
readonly isRunning: boolean;
|
||||
readonly animations: Map<string, SpriteAnimation>;
|
||||
private _animations;
|
||||
private _elapsedTime;
|
||||
private _loopMode;
|
||||
|
||||
Reference in New Issue
Block a user