Method SetAreaLightDirection
SetAreaLightDirection(AreaLightDirection, Vector3, TimeSpan)
Sets the light direction for the specified light type.
public void SetAreaLightDirection(AreaLightDirection lightType, Vector3 direction, TimeSpan fadeTime = default)
Parameters
lightTypeAreaLightDirectionThe type of light to get the direction from.
directionVector3The new direction for the light.
fadeTimeTimeSpanThe time to fade in the new light direction.