The AnimationPriority enum page isn’t very clear about the priority order of the enums. It doesn’t help that enum numbering is whacky, but the table on the page is not very clear either.
- The table isn’t ordered by lowest to highest or highest to lowest priority, which would be intuitive for looking for quick reference. Instead it’s ordered by enum value, which for some reason isn’t the priority order at all???
- The descriptions are equally hard to read at a quick glance. “second lowest priority” followed by “2nd highest priority”. I have no idea what that means, those descriptions give no idea that those two enums are also right next to each other in priority.
- The table provides no point of reference for the default animation scripts, which may be handy to know for quickly picking the right priority.