Struct gltf::animation::Target[][src]

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

The node and TRS property that an animation channel targets.

Methods

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

Returns the parent Animation struct.

Optional application specific data.

Returns the target node.

Returns the node's property to modify or the 'weights' of the morph targets it instantiates.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Target<'a>

impl<'a> Sync for Target<'a>