orientation property

int orientation
latefinal

Determines which way around the board is facing. 0 (white) will place the white pieces at the bottom, and 1 will place the black pieces there.

Implementation

late final int orientation;