Skip to main content

IAkEmitterObstructionOcclusionMethods

Trait IAkEmitterObstructionOcclusionMethods 

Source
pub trait IAkEmitterObstructionOcclusionMethods: IAkEmitterObstructionOcclusion {
    // Provided methods
    fn awake(self) { ... }
    fn update_current_listener_list(self) { ... }
    fn set_obstruction_occlusion(
        self,
        obs_occ_pair: impl Into<KeyValuePair_2<AkAudioListener, AkObstructionOcclusion_ObstructionOcclusionValue>>,
    ) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn awake(self)

Awake() overload

Source

fn update_current_listener_list(self)

UpdateCurrentListenerList() overload

Source

fn set_obstruction_occlusion( self, obs_occ_pair: impl Into<KeyValuePair_2<AkAudioListener, AkObstructionOcclusion_ObstructionOcclusionValue>>, )

SetObstructionOcclusion(crate::system::collections::generic::keyvaluepair_2::KeyValuePair_2<crate::root::akaudiolistener::AkAudioListener,crate::root::akobstructionocclusion::AkObstructionOcclusion_ObstructionOcclusionValue>) overload

Source

fn ctor(self)

.ctor() 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§

Source§

impl<__T: IAkEmitterObstructionOcclusion> IAkEmitterObstructionOcclusionMethods for __T

Available on crate feature root-akemitterobstructionocclusion only.