Enum amethyst_animation::StepDirection[][src]

pub enum StepDirection {
    Forward,
    Backward,
}

Used when doing animation stepping (i.e only move forward/backward to discrete input values)

Variants

Take a step forward

Take a step backward

Trait Implementations

impl Clone for StepDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StepDirection
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations