NodePose

Type Alias NodePose 

Source
pub type NodePose = NodePose<Handle<UiNode>>;
Expand description

UI-specific animation node pose.

Aliased Type§

pub struct NodePose {
    pub node: Handle<UiNode>,
    pub values: BoundValueCollection,
}

Fields§

§node: Handle<UiNode>

A handle of an animated node.

§values: BoundValueCollection

A set of property values.