isFirstSync property

bool isFirstSync
getter/setter pair

Whether RaylibTempStructAllocator.Allocate has never been called for this instance.

Used to full sync once to push pre-promotion Dart state to memory on the first RaylibTempStructAllocator.Allocate allocation.

Implementation

bool isFirstSync = true;