Gets or sets whether or not lighting is enabled.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual bool Enabled { get; set; }
Public Overridable Property Enabled As Boolean
Get
Set
public:
virtual property bool Enabled {
bool get ();
void set (bool value);
}
abstract Enabled : bool with get, set
override Enabled : bool with get, set
Property Value
Type:
BooleanRemarks
This applies to all objects in the scene, including central bodies,
globe overlays, and primitives.
See Also