Skip to main content

IDecalOcclusionParams

Trait IDecalOcclusionParams 

Source
pub trait IDecalOcclusionParams: IObject {
    // Provided methods
    fn is_occlusion_caster_enabled(self) -> bool { ... }
    fn set_is_occlusion_caster_enabled(self, value: bool) { ... }
    fn strength(self) -> f32 { ... }
    fn set_strength(self, value: f32) { ... }
    fn black_to_albedo(self) -> f32 { ... }
    fn set_black_to_albedo(self, value: f32) { ... }
}

Provided Methods§

Source

fn is_occlusion_caster_enabled(self) -> bool

Source

fn set_is_occlusion_caster_enabled(self, value: bool)

Source

fn strength(self) -> f32

Source

fn set_strength(self, value: f32)

Source

fn black_to_albedo(self) -> f32

Source

fn set_black_to_albedo(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§