Struct amethyst_audio::AudioPrefab[][src]

pub struct AudioPrefab { /* fields omitted */ }

PrefabData for loading audio components

For AudioListener, the currently registered Output in the World will be used.

Trait Implementations

impl Clone for AudioPrefab
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AudioPrefab
[src]

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

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

impl Sync for AudioPrefab