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]

[src]

Returns the parent Animation struct.

[src]

Optional application specific data.

[src]

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

[src]

Returns the keyframe interpolation algorithm.

[src]

Returns the accessor containing the keyframe output values.

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.