GlobeImageOverlayMoreThanOneImageGlobeOverlaySupported Property |
Gets whether or not the video card allows for more than one image globe overlay
GlobeImageOverlay to be added.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static bool MoreThanOneImageGlobeOverlaySupported { get; }
Public Shared ReadOnly Property MoreThanOneImageGlobeOverlaySupported As Boolean
Get
public:
static property bool MoreThanOneImageGlobeOverlaySupported {
bool get ();
}
static member MoreThanOneImageGlobeOverlaySupported : bool with get
Property Value
Type:
BooleanRemarks
Returns if any number of base, night, specular, and normal images can be added to a central body. if only one base image can be added to a central body.
See Also