LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

Physics2D.IgnoreLayerCollision

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

Parameters

layer1ID of the first layer.
layer2ID of the second layer.
ignoreShould collisions between these layers be ignored?

Description

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