Struct gltf::animation::Sampler [−][src]
pub struct Sampler<'a> { /* fields omitted */ }
Expand description
Defines a keyframe graph (but not its target).
Implementations
Returns the accessor containing the keyframe input values (e.g. time).
Returns the keyframe interpolation algorithm.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Sampler<'a>
impl<'a> UnwindSafe for Sampler<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more