Enum amethyst_animation::EndControl [−][src]
Control handling of animation/sampler end
Variants
Loop(Option<u32>)Loop the requested number of iterations, None = loop infinitely
NormalWhen duration of sampler/animation is reached, go back to rest state
StayWhen duration of sampler/animation is reached, do nothing: stay at the last sampled state
Trait Implementations
impl Debug for EndControl[src]
impl Debug for EndControlfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for EndControl[src]
impl Clone for EndControlfn clone(&self) -> EndControl[src]
fn clone(&self) -> EndControlReturns 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
Auto Trait Implementations
impl Send for EndControl
impl Send for EndControlimpl Sync for EndControl
impl Sync for EndControl