LightingNightLightsIntensity Property |
Gets or sets the overall brightness for the night light's image overlay,
NightOverlay.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual float NightLightsIntensity { get; set; }
Public Overridable Property NightLightsIntensity As Single
Get
Set
public:
virtual property float NightLightsIntensity {
float get ();
void set (float value);
}
abstract NightLightsIntensity : float32 with get, set
override NightLightsIntensity : float32 with get, set
Property Value
Type:
Single
Exceptions
Remarks
A value of 0 means night lights are not visible, and a value of 5
produces night lights that are easily seen.
See Also