Skip to main content

IAkSpatialAudioEmitter

Trait IAkSpatialAudioEmitter 

Source
pub trait IAkSpatialAudioEmitter: IMonoBehaviour {
Show 14 methods // Provided methods fn reflection_max_path_length(self) -> f32 { ... } fn set_reflection_max_path_length(self, value: f32) { ... } fn reflections_aux_bus_gain(self) -> f32 { ... } fn set_reflections_aux_bus_gain(self, value: f32) { ... } fn reflections_order(self) -> u32 { ... } fn set_reflections_order(self, value: u32) { ... } fn room_reverb_aux_bus_gain(self) -> f32 { ... } fn set_room_reverb_aux_bus_gain(self, value: f32) { ... } fn diffraction_max_edges(self) -> u32 { ... } fn set_diffraction_max_edges(self, value: u32) { ... } fn diffraction_max_paths(self) -> u32 { ... } fn set_diffraction_max_paths(self, value: u32) { ... } fn diffraction_max_path_length(self) -> u32 { ... } fn set_diffraction_max_path_length(self, value: u32) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§