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