[go: up one dir, main page]

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]

[src]

Returns the parent Animation struct.

[src]

Optional application specific data.

[src]

Returns the target node.

[src]

Returns 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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.