[]
Represents the direction from which the light rig is positioned relative to the scene.
public enum LightRigDirection
Public Enum LightRigDirection
Name | Description |
---|---|
Bottom | The orientation of the rig as a whole is rotated to the bottom. |
BottomLeft | The orientation of the rig as a whole is rotated to the bottom left. |
BottomRight | The orientation of the rig as a whole is rotated to the bottom right. |
Left | The orientation of the rig as a whole is rotated to the left. |
Right | The orientation of the rig as a whole is rotated to the right. |
Top | The orientation of the rig as a whole is rotated to the top. |
TopLeft | The orientation of the rig as a whole is rotated to the top left. |
TopRight | The orientation of the rig as a whole is rotated to the top right. |