Struct gltf_json::animation::Channel [−][src]
pub struct Channel {
pub sampler: Index<Sampler>,
pub target: Target,
pub extensions: Option<Channel>,
pub extras: Extras,
}
Expand description
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: Option<Channel>
Extension specific data.
extras: Extras
Optional application specific data.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Channel
impl UnwindSafe for Channel
Blanket Implementations
Mutably borrows from an owned value. Read more