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]

[src]

Returns the parent Animation struct.

[src]

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

[src]

Returns the node and TRS property to target.

[src]

Optional application specific data.

Trait Implementations

impl<'a> Clone for Channel<'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 Channel<'a>
[src]

[src]

Formats the value using the given formatter.