Enum amethyst_animation::DeferStartRelation[][src]

pub enum DeferStartRelation {
    Start(f32),
    End,
}

Defer the start of an animation until the relationship has done this

Variants

Start animation time duration after relationship started

Start animation when relationship ends

Trait Implementations

impl Debug for DeferStartRelation
[src]

Formats the value using the given formatter. Read more

impl Clone for DeferStartRelation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeferStartRelation
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for DeferStartRelation

impl Sync for DeferStartRelation