Enum gltf::animation::TrsProperty [] [src]

pub enum TrsProperty {
    Translation,
    Rotation,
    Scale,
    Weights,
}

Specifies a TRS property.

Variants

XYZ translation vector.

XYZW rotation quaternion.

XYZ scale vector.

Weights of morph targets.

Trait Implementations

impl Copy for TrsProperty
[src]

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

impl Debug for TrsProperty
[src]

Formats the value using the given formatter.

impl Clone for TrsProperty
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more