Click or drag to resize

GlobeOverlayRole Enumeration

The role of a GlobeOverlay.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum GlobeOverlayRole
Members
  Member nameDescription
Base The GlobeOverlay is a base image.
Night The GlobeOverlay is a base image that is only displayed on the area of the CentralBody that is not lit by the sun.
Specular The GlobeOverlay is a base image that shows the glint of the sun on the CentralBody.
Normal The GlobeOverlay is a normal overlay without a special role.
None The role of the GlobeOverlay isn't set.
See Also