[go: up one dir, main page]

Enum gltf::animation::Property[][src]

pub enum Property {
    Translation,
    Rotation,
    Scale,
    MorphTargetWeights,
}

Specifies a property to animate.

Variants

XYZ translation vector.

XYZW rotation quaternion.

XYZ scale vector.

Weights of morph targets.

Trait Implementations

impl Serialize for Property
[src]

Serialize this value into the given Serde serializer. Read more

impl Clone for Property
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Property
[src]

Formats the value using the given formatter. Read more

impl Copy for Property
[src]

impl<'de> Deserialize<'de> for Property
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for Property

impl Sync for Property