Struct gltf::animation::Channel [] [src]

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

Targets an animation's sampler at a node's property.

Methods

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

Constructs a Channel.

Returns the parent Animation struct.

Returns the internal JSON item.

Returns the sampler in this animation used to compute the value for the target.

Returns the node and TRS property to target.

Optional application specific data.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.