Skip to main content

IAkObstructionOcclusion_ObstructionOcclusionValue

Trait IAkObstructionOcclusion_ObstructionOcclusionValue 

Source
pub trait IAkObstructionOcclusion_ObstructionOcclusionValue: IObject {
    // Provided methods
    fn current_value(self) -> f32 { ... }
    fn set_current_value(self, value: f32) { ... }
    fn target_value(self) -> f32 { ... }
    fn set_target_value(self, value: f32) { ... }
}

Provided Methods§

Source

fn current_value(self) -> f32

Source

fn set_current_value(self, value: f32)

Source

fn target_value(self) -> f32

Source

fn set_target_value(self, value: f32)

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§