Enumeration CardOrientation

Describes whether a card is face up or down.

Enumeration Members

Enumeration Members

FACE_DOWN: 1

The back of the card is visible, and the front face is hidden.

FACE_UP: 0

The front face of the card is visible.

Generated using TypeDoc