| ScatteringSkyNodeSunIntensity Property |
Gets or sets the intensity of the sun light.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float SunIntensity { get; set; }
Public Property SunIntensity As Single
Get
Set
public:
property float SunIntensity {
float get ();
void set (float value);
}
member SunIntensity : float32 with get, set
Property Value
Type:
SingleThe intensity of the sun light.
See Also