NodePose

Type Alias NodePose 

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

Scene specific animation node pose.

Aliased Type§

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

Fields§

§node: Handle<Node>

A handle of an animated node.

§values: BoundValueCollection

A set of property values.