Skip to main content

IAkObstructionOcclusion_ObstructionOcclusionValueMethods

Trait IAkObstructionOcclusion_ObstructionOcclusionValueMethods 

Source
pub trait IAkObstructionOcclusion_ObstructionOcclusionValueMethods: IAkObstructionOcclusion_ObstructionOcclusionValue {
    // Provided methods
    fn update(self, fade_rate: impl Into<f32>) -> bool { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn update(self, fade_rate: impl Into<f32>) -> bool

Update(f32) 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: IAkObstructionOcclusion_ObstructionOcclusionValue> IAkObstructionOcclusion_ObstructionOcclusionValueMethods for __T

Available on crate feature root-akobstructionocclusion only.