Function Physics2DShapeQueryParameters.collisionLayer

The physics layer(s) the query will take into account (as a bitmask).

long collisionLayer() nothrow @property @nogc;

void collisionLayer (
  long v
) nothrow @property @nogc;