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
sampler: Index<Sampler>
The index of a sampler in this animation used to compute the value for the target.
target: Target
The index of the node and TRS property to target.
extensions: Channel
Extension specific data.
extras: Extras
Optional application specific data.
Trait Implementations
impl Clone for Channel
fn clone(&self) -> Channel
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more