collisionLayer property
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;
Implementation
set collisionLayer(int value);