Interface LogicGateControllerData

Hierarchy

Properties

Properties

controllers?: { id: number }[]

Array of pointers to connected parts' controller objects.

id: number

Identifier for this controller object.

mode: number

The mode of the logic gate. The possible modes are: 0 = AND 1 = OR 2 = XOR 3 = NAND 4 = NOR 5 = XNOR

Generated using TypeDoc