Struct amethyst_renderer::LightPrefab[][src]

pub struct LightPrefab { /* fields omitted */ }

Prefab for lighting

Trait Implementations

impl Default for LightPrefab
[src]

Returns the "default value" for a type. Read more

impl Clone for LightPrefab
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> PrefabData<'a> for LightPrefab
[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

impl Send for LightPrefab

impl Sync for LightPrefab