COLLISION_RANK

enum COLLISION_RANK : Enum<MPIOptions.COLLISION_RANK>

COLLISION_RANK Defines the priority levels for displaying colliders. The COLLISION_RANK determines which colliders are displayed when there are multiple colliders in the same space. A higher rank ensures higher visibility, and colliders with higher ranks will be displayed over lower-priority ones.

Entries

Link copied to clipboard

Medium priority to display collider. Colliders with this rank are displayed unless overridden by higher priorities.

Link copied to clipboard

High priority to display collider. Colliders with this rank are more likely to be shown over medium priority.

Link copied to clipboard

Always display collider, regardless of collisions. This rank ensures the collider is always visible.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int