Type alias TCollisionRankingTier

TCollisionRankingTier: "medium" | "high" | "always-visible"

Defines the priority levels for collider collision handling, allowing customization of collider visibility in congested areas.

Value Description
medium Colliders with this ranking have a standard visibility priority and may be hidden in favor of higher-ranked colliders in crowded areas.
high These colliders are given higher visibility priority than 'medium' priority.
always-visible Colliders with this ranking will not be hidden, ensuring their constant visibility regardless of crowding.

Use this type to fine-tune the visibility of colliders, enhancing map readability and user experience by prioritizing important information.