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
ForwardTake a step forward
BackwardTake a step backward
Trait Implementations
impl Clone for StepDirection[src]
impl Clone for StepDirectionfn clone(&self) -> StepDirection[src]
fn clone(&self) -> StepDirectionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for StepDirection[src]
impl Debug for StepDirectionAuto Trait Implementations
impl Send for StepDirection
impl Send for StepDirectionimpl Sync for StepDirection
impl Sync for StepDirection