currentPageIndex property

  1. @UnsignedInt()
int currentPageIndex
getter/setter pair

Toggles between 0 and 1. Index 0 is the first half of pPageData. Index 1 is the second half. Only ever accessed by the public API. Never accessed by the job thread.

Implementation

@ma_uint32()
external int currentPageIndex;