Skip to content

@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

PropertyTypeDefined in
onStart?() => voidAnimationStateMachine.ts:19
onPlaying?() => voidAnimationStateMachine.ts:20
onEnd?() => voidAnimationStateMachine.ts:21