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