Enumeration NodeTypeConst

Defines the type of Node.

Enumeration Members

Enumeration Members

ROOT: 0

Node has no parent. Used to initialise Tree

INNER: 1

Node has parent and children

LEAF: 2

Node has no children. End of game condition.

Generated using TypeDoc