Struct gltf_json::animation::Channel []

pub struct Channel {
    pub sampler: Index<Sampler>,
    pub target: Target,
    pub extensions: Channel,
    pub extras: Extras,
}

Targets an animation's sampler at a node's property.

Fields

The index of a sampler in this animation used to compute the value for the target.

The index of the node and TRS property to target.

Extension specific data.

Optional application specific data.

Trait Implementations

impl Clone for Channel

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Channel

Formats the value using the given formatter.