Enum dae_parser::ControlElement [−][src]
Expand description
The element that contains control data.
Variants
Skin(Skin)
Tuple Fields
0: Skin
Control data for blend-weight skinning.
Morph(Morph)
Tuple Fields
0: Morph
Control data for blending between sets of static meshes.
Implementations
Parse a ControlElement
from an XML element.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ControlElement
impl Send for ControlElement
impl Sync for ControlElement
impl Unpin for ControlElement
impl UnwindSafe for ControlElement
Blanket Implementations
Mutably borrows from an owned value. Read more