@relu-interactives/spatial-ecs
@relu-interactives/spatial-ecs / index / AnimationStateCallbacks
Type Alias: AnimationStateCallbacks
ts
type AnimationStateCallbacks = {
onStart?: () => void;
onPlaying?: () => void;
onEnd?: () => void;
};Defined in: AnimationStateMachine.ts:18
Properties
| Property | Type | Defined in |
|---|---|---|
onStart? | () => void | AnimationStateMachine.ts:19 |
onPlaying? | () => void | AnimationStateMachine.ts:20 |
onEnd? | () => void | AnimationStateMachine.ts:21 |

