Enum gltf_json::animation::Property [−][src]
pub enum Property {
Translation,
Rotation,
Scale,
MorphTargetWeights,
}
Expand description
Specifies a property to animate.
Variants
Translation
XYZ translation vector.
Rotation
XYZW rotation quaternion.
Scale
XYZ scale vector.
MorphTargetWeights
Weights of morph targets.
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 Property
impl UnwindSafe for Property
Blanket Implementations
Mutably borrows from an owned value. Read more