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]

Constructs a Target.

Returns the parent Animation struct.

Returns the internal JSON item.

Optional application specific data.

The node to target.

The name of the node's TRS 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.