MainDirectionalLight
NameSpace: LightEstimation
The direction and color of the main directional light data obtained from the light estimation estimate.
Public Attributes
Color
The color value for the given main light.
public Color Color;
Direction
A normalized vector pointing in the direction that the main light faces.
public Vector3 Direction;