[This is preliminary documentation and is subject to change.]

Gets current sun light level.

Namespace:  Phoenix.WorldData
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static byte SunLight { get; internal set; }
Public Shared Property SunLight As Byte
public:
static property unsigned char SunLight {
	unsigned char get ();
	void set (unsigned char value);
}

See Also