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;

Parameters

layer1ID of first layer.
layer2ID of second layer.

Description

Should collisions between the specified layers be ignored?

See Also: ::IgnoreLayerCollision.