enableSyncing method

void enableSyncing(
  1. bool sync
)

Enables or disables struct sync-back after C calls. See RaylibModule.disableSync.

Implementation

void enableSyncing(bool sync) => _enableSyncing = sync;