Click or drag to resize
LightSourceDirection Property
Light direction, if its a directional light.

Namespace:  GeonBit.Core.Graphics.Lights
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Nullable<Vector3> Direction { get; set; }

Property Value

Type: NullableVector3
See Also