TerrainOverlaySupported Property |
Gets whether the video card supports adding
TerrainOverlay objects. Video cards that support OpenGL 1.2 or higher support
TerrainOverlay objects.
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 Supported { get; }
Public Shared ReadOnly Property Supported As Boolean
Get
public:
static property bool Supported {
bool get ();
}
static member Supported : bool with get
Property Value
Type:
BooleanSee Also