Trait BoundValueCollectionExt

Source
pub trait BoundValueCollectionExt {
    // Required method
    fn apply(&self, node_ref: &mut Node);
}
Expand description

Extension trait for BoundValueCollection.

Required Methods§

Source

fn apply(&self, node_ref: &mut Node)

Tries to set each value from the collection to the respective property (by binding) of the given scene node.

Implementors§