Struct gltf::animation::Sampler[][src]

pub struct Sampler<'a> { /* fields omitted */ }

Defines a keyframe graph (but not its target).

Methods

impl<'a> Sampler<'a>
[src]

Returns the parent Animation struct.

Optional application specific data.

Returns the accessor containing the keyframe input values (e.g. time).

Returns the keyframe interpolation algorithm.

Returns the accessor containing the keyframe output values.

Trait Implementations

impl<'a> Clone for Sampler<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Sampler<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Sampler<'a>

impl<'a> Sync for Sampler<'a>