Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

Physics2D.GetIgnoreLayerCollision

Switch to Manual
public static function GetIgnoreLayerCollision(layer1: int, layer2: int): bool;

Parameters

layer1ID of first layer.
layer2ID of second layer.

Description

Should collisions between the specified layers be ignored?

See Also: ::IgnoreLayerCollision.