Struct amethyst_renderer::ActiveCameraPrefab[][src]

pub struct ActiveCameraPrefab(_);

Active camera prefab

Trait Implementations

impl<'a> PrefabData<'a> for ActiveCameraPrefab
[src]

SystemData needed to perform the load

The result type returned by the load operation

Load the data for this prefab onto the given Entity Read more

Trigger asset loading for any sub assets. Read more

Auto Trait Implementations