Skip to content

AnimatorScope

AnimatorScope = Pick<AnimatorControllerDef, "states" | "initialState" | "anyStateTransitions">

Defined in: animation/Animator.ts:138

The shape shared by the top-level controller and every nested machine: a set of states, an entry point, and machine-wide any-state transitions.