Enum amethyst_animation::AnimationCommand [] [src]

pub enum AnimationCommand {
    Start,
    Pause,
    Abort,
}

Animation command

Variants

Start the animation, or unpause if it's paused

Pause the animation

Abort the animation, will cause the control object to be removed from the world

Trait Implementations

impl Clone for AnimationCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AnimationCommand
[src]

[src]

Formats the value using the given formatter.