Module skeletal_animation::controller[][src]

Structs

A runtime representation of an Animation State Machine, consisting of one or more AnimationStates connected by AnimationTransitions, where the output animation pose depends on the current state or any active transitions between states.

Definition struct for an AnimationController, which can be deserialized from JSON and converted to an AnimationController instance at runtime

A state that an AnimationController can be in, consisting of a blend tree and a collection of transitions to other states

Definition struct for an AnimationState, which can be deserialized from JSON and converted to an AnimationState instance at runtime

Representation of a state transition to a target state, with a condition and a duration

Representation of a condition to check for an AnimationTransition

Enums