collisionLayer property

int get collisionLayer

Bitmask identifying this collider's layer. A contact is generated only when each side's collisionLayer is set in the other side's collisionMask.

Implementation

int get collisionLayer;
set collisionLayer (int value)

Implementation

set collisionLayer(int value);