[go: up one dir, main page]

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]

Returns the parent Animation struct.

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

Returns the node and property to target.

Constructs an animation channel reader.

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. Read more

Auto Trait Implementations

impl<'a> Send for Channel<'a>

impl<'a> Sync for Channel<'a>