AudioSourcePrefabProxy

Type Alias AudioSourcePrefabProxy 

Source
pub type AudioSourcePrefabProxy = AudioSourceConfig;

Aliased Type§

pub struct AudioSourcePrefabProxy {
    pub audio: Cow<'static, str>,
    pub streaming: bool,
    pub looped: bool,
    pub playback_rate: f32,
    pub volume: f32,
    pub play: bool,
}

Fields§

§audio: Cow<'static, str>§streaming: bool§looped: bool§playback_rate: f32§volume: f32§play: bool