unreal.DMXPixelMappingDistribution

class unreal.DMXPixelMappingDistribution

Bases: unreal.EnumBase

EDMXPixel Mapping Distribution

C++ Source:

  • Plugin: DMXEngine

  • Module: DMXRuntime

  • File: DMXEntityFixtureType.h

BOTTOM_LEFT_ANTI_CLOCKWISE

10

BOTTOM_LEFT_TO_CLOCKWISE

7

BOTTOM_LEFT_TO_RIGHT

8

BOTTOM_LEFT_TO_TOP

5

BOTTOM_RIGHT_TO_ANTI_CLOCKWISE

15

BOTTOM_RIGHT_TO_CLOCKWISE

14

BOTTOM_RIGHT_TO_LEFT

12

BOTTOM_RIGHT_TO_TOP

13

TOP_LEFT_TO_ANTI_CLOCKWISE

3

TOP_LEFT_TO_BOTTOM

1

TOP_LEFT_TO_CLOCKWISE

2

TOP_LEFT_TO_RIGHT

0

TOP_RIGHT_TO_ANTI_CLOCKWISE

6

TOP_RIGHT_TO_BOTTOM

9

TOP_RIGHT_TO_CLOCKWISE

11

TOP_RIGHT_TO_LEFT

4