Enum LightAnchor.UpDirection
Enum to describes to up vector for the Light Anchor
Namespace: UnityEngine
Syntax
public enum UpDirection
Fields
| Name | Description | Value | 
|---|---|---|
| World | Up vector is world space Vector3.up  | 
0 | 
| Local | Up vector is the up of the main camera  | 
1 |