Click or drag to resize

SensorFieldOfViewGraphicsEnvironmentOcclusionMaterial Property

Gets or sets the material to use for the portion of the sensor occluded by the environment. If not specified, the default is a SolidColorMaterialGraphics with Color set to White.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CesiumProperty<IMaterialGraphics> EnvironmentOcclusionMaterial { get; set; }

Property Value

Type: CesiumPropertyIMaterialGraphics
See Also