LightRigDirection Enum
Lists the directions of a light rig.
Declaration
public enum LightRigDirection extends Enum<LightRigDirection> implements IIntEnum
Members
| Name | Description |
|---|---|
BOTTOM
|
The light rig is directed from the bottom. |
BOTTOM_LEFT
|
The light rig is directed from the bottom-left corner. |
BOTTOM_RIGHT
|
The light rig is directed from the bottom-right corner. |
LEFT
|
The light rig is directed from the left. |
RIGHT
|
The light rig is directed from the right. |
TOP
|
The light rig is directed from the top. |
TOP_LEFT
|
The light rig is directed from the top-left corner. |
TOP_RIGHT
|
The light rig is directed from the top-right corner. |
fromValue(int value)
|
Converts an integer value to the corresponding |
getName()
|
Returns the name of this |
getValue()
|
Returns the integer value of this |
toString()
|
Returns a string representation of this |
valueOf(String name)
|
Returns the |
values()
|
Returns an array that contains all |