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: BoundValueCollectionA set of property values.