Struct gltf::animation::Channel [−][src]
pub struct Channel<'a> { /* fields omitted */ }
Expand description
Targets an animation’s sampler at a node’s property.
Implementations
Returns the sampler in this animation used to compute the value for the target.
Constructs an animation channel reader.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Channel<'a>
impl<'a> UnwindSafe for Channel<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more