This version of Unity is unsupported.

Physics.GetIgnoreCollision

public static bool GetIgnoreCollision(Collider collider1, Collider collider2);

Parameters

collider1The first collider to compare to collider2.
collider2The second collider to compare to collider1.

Returns

bool Whether the collision detection system will ignore all collisions/triggers between collider1 and collider2 or not.

Description

Checks whether the collision detection system will ignore all collisions/triggers between collider1 and collider2 or not.