Struct gltf::animation::Channel
[−]
[src]
pub struct Channel<'a> { /* fields omitted */ }Targets an animation's sampler at a node's property.
Methods
impl<'a> Channel<'a>[src]
pub fn animation(&self) -> Animation<'a>[src]
Returns the parent Animation struct.
pub fn sampler(&self) -> Sampler<'a>[src]
Returns the sampler in this animation used to compute the value for the target.
pub fn target(&self) -> Target<'a>[src]
Returns the node and TRS property to target.
pub fn extras(&self) -> &Extras[src]
Optional application specific data.
Trait Implementations
impl<'a> Clone for Channel<'a>[src]
fn clone(&self) -> Channel<'a>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more