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]

Constructs a Sampler.

Returns the parent Animation struct.

Returns the internal JSON item.

Extension specific data.

Optional application specific data.

The index of an accessor containing keyframe input values, e.g., time.

The interpolation algorithm.

The index of an accessor containing 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.