onUpdateNoRotate(onUpdate): void
onUpdate
void
Register a callback that runs on rotation updates when the module has no priority
Function
Function to invoke each update without rotation.
rotationManager.onUpdateNoRotate(() => { //idle tick });
Last updated 3 months ago