Trait ISpatialAudioObject_Impl
pub trait ISpatialAudioObject_Impl: ISpatialAudioObjectBase_Impl {
// Required methods
fn SetPosition(&self, x: f32, y: f32, z: f32) -> Result<()>;
fn SetVolume(&self, volume: f32) -> Result<()>;
}
Required Methods§
fn SetPosition(&self, x: f32, y: f32, z: f32) -> Result<()>
fn SetVolume(&self, volume: f32) -> Result<()>
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.