Enum amethyst_animation::EndControl [] [src]

pub enum EndControl {
    Loop(Option<u32>),
    Normal,
}

Control handling of animation/sampler end

Variants

Loop the requested number of iterations, None = loop infinitely

When duration of sampler/animation is reached, go back to rest state

Trait Implementations

impl Debug for EndControl
[src]

[src]

Formats the value using the given formatter.

impl Clone for EndControl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more