Struct skeletal_animation::controller::AnimationController [] [src]

pub struct AnimationController<T: Transform> { /* fields omitted */ }

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.

Methods

impl<T: Transform> AnimationController<T>
[src]

Create an AnimationController instance from its definition, the desired skeleton, and a collection of currently loaded animation clips.

Update the controller's local clock with the given time delta

Set the playback speed for the controller

Set the value for the given controller parameter

Return the value for the given controller parameter

Return a read-only reference to the controller parameter map

Calculate global skeletal joint poses for the given time since last update