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