WeatherMakerCelestialObjectScriptLightIsActive Property |
Whether the light for this object is active. A light that is not active is not on.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool LightIsActive { get; }
Public ReadOnly Property LightIsActive As Boolean
Get
public:
property bool LightIsActive {
bool get ();
}
member LightIsActive : bool with get
Property Value
Type:
BooleanSee Also