Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

Physics2D.GetIgnoreLayerCollision

static function GetIgnoreLayerCollision(layer1: int, layer2: int): bool;
static bool GetIgnoreLayerCollision(int layer1, int layer2);
static def GetIgnoreLayerCollision(layer1 as int, layer2 as int) as bool

Parameters

layer1ID of first layer.
layer2ID of second layer.

Description

Should collisions between the specified layers be ignored?

See Also: ::IgnoreLayerCollision.