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
type ApplyData: SystemData<'a>
The actual data, must implement SystemData
Implementations on Foreign Types
impl<'a> ApplyData<'a> for Material[src]
impl<'a> ApplyData<'a> for Materialtype ApplyData = Read<'a, MaterialTextureSet>
impl<'a> ApplyData<'a> for Transform[src]
impl<'a> ApplyData<'a> for Transform