Struct dae_parser::Channel [−][src]
Expand description
Declares an output channel of an animation.
Fields
source: UrlRef<Sampler>
The location of the animation sampler using a URL expression.
target: Address
The location of the element bound to the output of the sampler.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Channel
impl UnwindSafe for Channel
Blanket Implementations
Mutably borrows from an owned value. Read more