Skip to content

SpriteAnimatorData

Defined in: animation/SpriteAnimator.ts:299

The fields of the SpriteAnimator component, whose tier this shape carries.

clip: string

Defined in: animation/SpriteAnimator.ts:300


currentFrame: number

Defined in: animation/SpriteAnimator.ts:305


enabled: boolean

Defined in: animation/SpriteAnimator.ts:304


finished: boolean

Defined in: animation/SpriteAnimator.ts:310

Latched when a one-shot clip completes; runtime-only, do not author. Raising playing on a finished animator replays from frame 0 — the same flag contract as TimelinePlayer.


frameTimer: number

Defined in: animation/SpriteAnimator.ts:306


loop: boolean

Defined in: animation/SpriteAnimator.ts:303


playing: boolean

Defined in: animation/SpriteAnimator.ts:302


speed: number

Defined in: animation/SpriteAnimator.ts:301