[][src]Struct amethyst_test::MaterialAnimationFixture

pub struct MaterialAnimationFixture;

Fixture to test material animation loading.

Methods

impl MaterialAnimationFixture[src]

pub fn effect(world: &mut World)[src]

Loads a material animation into the World.

Parameters

  • world: World to load the material animation into.

pub fn assertion(world: &mut World)[src]

Asserts that the material animation is present in the World.

Parameters

  • world: World that the material animation is loaded in.

Trait Implementations

impl Debug for MaterialAnimationFixture[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Resource for T where
    T: Any + Send + Sync

impl<T> Same for T

type Output = T

Should always be Self

impl<SS, SP> SupersetOf for SP where
    SS: SubsetOf<SP>, 

impl<T> Event for T where
    T: Send + Sync + 'static, 

impl<T> Erased for T

impl<T> Any for T where
    T: Any

impl<T> Erased for T

impl<T> SetParameter for T

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 

Sets value as a parameter of self.