setPriority(priority): void
priority
void
Set this script’s rotation priority. Higher runs earlier.
number
Integer priority value.
rotationManager.setPriority(8);
Last updated 3 months ago