AnimationControllerData
Defined in: renderer/src/AnimationController.ts:22
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:23
current
Section titled “current”current:
string
Defined in: renderer/src/AnimationController.ts:32
speed:
number
Defined in: renderer/src/AnimationController.ts:33