asposediagram.api

Class LightRigDirectionType

Utility class containing constants. Represents the light rig direction type.

Field Summary
const  intBOTTOM
Bottom
const  intBOTTOM_LEFT
Bottom left.
const  intBOTTOM_RIGHT
Bottom Right.
const  intLEFT
Left.
const  intRIGHT
Right.
const  intTOP
Top.
const  intTOP_LEFT
Top left.
const  intTOP_RIGHT
Top Right.
 

    • Field Detail

      • BOTTOM

        const int BOTTOM
        Bottom
      • BOTTOM_LEFT

        const int BOTTOM_LEFT
        Bottom left.
      • BOTTOM_RIGHT

        const int BOTTOM_RIGHT
        Bottom Right.
      • LEFT

        const int LEFT
        Left.
      • RIGHT

        const int RIGHT
        Right.
      • TOP

        const int TOP
        Top.
      • TOP_LEFT

        const int TOP_LEFT
        Top left.
      • TOP_RIGHT

        const int TOP_RIGHT
        Top Right.