Click or drag to resize

CentralBodyGraphicsNightOverlay Property

Gets or sets the night GlobeImageOverlay associated with the CentralBody in the Scene. The NightOverlay is displayed only on parts of the CentralBody that are not in sun light. The intensity of the NightOverlay for all scenes can be adjusted with the scene's Lighting.NightLightsIntensity property.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual GlobeImageOverlay NightOverlay { get; set; }

Property Value

Type: GlobeImageOverlay
See Also