AnimationControllerData
Defined in: renderer/src/AnimationController.ts:20
Serializable snapshot of an AnimationController.
Properties
Section titled “Properties”animations
Section titled “animations”animations:
Record<string, {anchor?: {x:number;y:number; };loop?:boolean;source:FrameSource;speed:number; }>
Defined in: renderer/src/AnimationController.ts:21
current
Section titled “current”current:
string
Defined in: renderer/src/AnimationController.ts:30
speed:
number
Defined in: renderer/src/AnimationController.ts:31