Struct gltf_json::animation::Channel [−][src]
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[src]
impl Clone for Channelfn clone(&self) -> Channel[src]
fn clone(&self) -> ChannelReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Channel[src]
impl Debug for Channel