Version: 2017.1

Physics2D.IgnoreLayerCollision

Cambiar al Manual
public static void IgnoreLayerCollision (int layer1, int layer2, bool ignore);

Parámetros

layer1 ID of the first layer.
layer2 ID of the second layer.
ignore Should collisions between these layers be ignored?

Descripción

Choose whether to detect or ignore collisions between a specified pair of layers.