Enum amethyst_animation::TransformChannel[][src]

pub enum TransformChannel {
    Translation,
    Rotation,
    Scale,
}

Channels that can be animated on Transform

Variants

Trait Implementations

impl Debug for TransformChannel
[src]

Formats the value using the given formatter. Read more

impl Clone for TransformChannel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TransformChannel
[src]

impl Hash for TransformChannel
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for TransformChannel
[src]

impl PartialEq for TransformChannel
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations