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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
SingleExceptions 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