Namespace: DeltaEngine.Content
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Tests: DeltaEngine.Tests.Content.SunLightTests
1 unit tests call DeltaEngine.Content.SunLight.Direction
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Property Value
Type: Vector3DRemarks
Examples
[Test] public void CreateSunLight() { SunLight.Current = new SunLight(Vector3D.UnitZ, Color.White); Assert.AreEqual(Vector3D.UnitZ, SunLight.Current.Direction); }
See Also