unreal.DMXCell

class unreal.DMXCell(cell_id: int = 0, coordinate: IntPoint = Ellipsis)

Bases: StructBase

C++ Source:

  • Plugin: DMXEngine

  • Module: DMXRuntime

  • File: DMXEntityFixtureType.h

Editor Properties: (see get_editor_property/set_editor_property)

  • cell_id (int32): [Read-Write] The cell index in a 1D Array (row order), starting from 0

  • coordinate (IntPoint): [Read-Write] The cell coordinate in a 2D Array, starting from (0, 0)

property cell_id: int

[Read-Write] The cell index in a 1D Array (row order), starting from 0

Type:

(int32)

property coordinate: IntPoint

[Read-Write] The cell coordinate in a 2D Array, starting from (0, 0)

Type:

(IntPoint)