Class ColliderSettings
Provides deterministic priority and collision-dispatch metadata for 3D collider shapes.
public static class ColliderSettings
- Inheritance
-
ColliderSettings
- Inherited Members
Methods
GetCollisionType(ColliderType, ColliderType)
Resolves the narrow-phase collision type for an ordered pair of 3D collider shapes.
public static CollisionType GetCollisionType(ColliderType type1, ColliderType type2)
Parameters
type1ColliderTypetype2ColliderType
Returns
GetPriority(ColliderType)
Gets the narrow-phase priority used to order 3D colliders before dispatch.
public static int GetPriority(ColliderType type)
Parameters
typeColliderType