pub type StateActionWrapper = StateActionWrapper<Handle<Node>>;Expand description
Scene specific animation blending state machine state action wrapper.
Aliased Type§
pub struct StateActionWrapper(pub StateAction<Handle<Node>>);Tuple Fields§
§0: StateAction<Handle<Node>>