WeatherMakerCelestialObjectScriptLightIsOn Property |
Whether the light is on. An active light can have a light that is off.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool LightIsOn { get; }
Public ReadOnly Property LightIsOn As Boolean
Get
public:
property bool LightIsOn {
bool get ();
}
member LightIsOn : bool with get
Property Value
Type:
BooleanSee Also