Inheritance Hierarchy
DeltaEngine.Content SunLight
Namespace: DeltaEngine.Content
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The SunLight type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SunLight | Initializes a new instance of the SunLight class |
Properties
Name | Description | |
---|---|---|
Color | ||
Current | ||
Direction |
Remarks
Examples
[Test] public void CreateSunLight() { SunLight.Current = new SunLight(Vector3D.UnitZ, Color.White); Assert.AreEqual(Vector3D.UnitZ, SunLight.Current.Direction); }
See Also