pub struct Sampler<'a> { /* private fields */ }
Expand description
Defines a keyframe graph (but not its target).
Implementations§
source§impl<'a> Sampler<'a>
impl<'a> Sampler<'a>
sourcepub fn input(&self) -> Accessor<'a>
pub fn input(&self) -> Accessor<'a>
Returns the accessor containing the keyframe input values (e.g. time).
sourcepub fn interpolation(&self) -> Interpolation
pub fn interpolation(&self) -> Interpolation
Returns the keyframe interpolation algorithm.
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Sampler<'a>
impl<'a> Send for Sampler<'a>
impl<'a> Sync for Sampler<'a>
impl<'a> Unpin for Sampler<'a>
impl<'a> UnwindSafe for Sampler<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more