Version: 2017.3

Physics2D.GetIgnoreCollision

Cambiar al Manual
public static bool GetIgnoreCollision (Collider2D collider1, Collider2D collider2);

Parámetros

collider1 The first collider to compare to collider2.
collider2 The second collider to compare to collider1.

Valor de retorno

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

Descripción

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