Skip to main content

IAkEmitterObstructionOcclusion

Trait IAkEmitterObstructionOcclusion 

Source
pub trait IAkEmitterObstructionOcclusion: IAkObstructionOcclusion {
    // Provided methods
    fn m_game_obj(self) -> AkGameObj { ... }
    fn set_m_game_obj(self, value: AkGameObj) { ... }
}

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§