Trait amethyst_animation::ApplyData[][src]

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

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

Associated Types

The actual data, must implement SystemData

Implementations on Foreign Types

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

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

Implementors