[][src]Trait amethyst_animation::ApplyData

pub trait ApplyData<'a> {
    type ApplyData: SystemData<'a>;
}

Extra data to extract from World, for use when applying or fetching a sample

Associated Types

type ApplyData: SystemData<'a>

The actual data, must implement SystemData

Loading content...

Implementations on Foreign Types

impl<'a> ApplyData<'a> for Material[src]

type ApplyData = ()

impl<'a> ApplyData<'a> for SpriteRender[src]

type ApplyData = ()

impl<'a> ApplyData<'a> for Transform[src]

type ApplyData = ()

Loading content...

Implementors

Loading content...