pub trait IAkSpatialAudioListener_SpatialAudioListenerListMethods: IAkSpatialAudioListener_SpatialAudioListenerList {
// Provided methods
fn get_listener_list(self) -> List_1<AkSpatialAudioListener> { ... }
fn add(self, listener: impl Into<AkSpatialAudioListener>) -> bool { ... }
fn remove(self, listener: impl Into<AkSpatialAudioListener>) -> bool { ... }
fn refresh(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_listener_list(self) -> List_1<AkSpatialAudioListener>
fn get_listener_list(self) -> List_1<AkSpatialAudioListener>
get_ListenerList() overload
Sourcefn add(self, listener: impl Into<AkSpatialAudioListener>) -> bool
fn add(self, listener: impl Into<AkSpatialAudioListener>) -> bool
Add(crate::root::akspatialaudiolistener::AkSpatialAudioListener) overload
Sourcefn remove(self, listener: impl Into<AkSpatialAudioListener>) -> bool
fn remove(self, listener: impl Into<AkSpatialAudioListener>) -> bool
Remove(crate::root::akspatialaudiolistener::AkSpatialAudioListener) overload
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§
impl<__T: IAkSpatialAudioListener_SpatialAudioListenerList> IAkSpatialAudioListener_SpatialAudioListenerListMethods for __T
Available on crate feature
root-akspatialaudiolistener only.