Skip to main content

IScreenSpaceAmbientOcclusionSettings

Trait IScreenSpaceAmbientOcclusionSettings 

Source
pub trait IScreenSpaceAmbientOcclusionSettings: IObject {
Show 14 methods // Provided methods fn downsample(self) -> bool { ... } fn set_downsample(self, value: bool) { ... } fn source(self) -> ScreenSpaceAmbientOcclusionSettings_DepthSource { ... } fn set_source(self, value: ScreenSpaceAmbientOcclusionSettings_DepthSource) { ... } fn normal_samples(self) -> ScreenSpaceAmbientOcclusionSettings_NormalQuality { ... } fn set_normal_samples( self, value: ScreenSpaceAmbientOcclusionSettings_NormalQuality, ) { ... } fn intensity(self) -> f32 { ... } fn set_intensity(self, value: f32) { ... } fn direct_lighting_strength(self) -> f32 { ... } fn set_direct_lighting_strength(self, value: f32) { ... } fn radius(self) -> f32 { ... } fn set_radius(self, value: f32) { ... } fn sample_count(self) -> i32 { ... } fn set_sample_count(self, value: i32) { ... }
}

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§