Function RayCast2D.collisionMask

The ray's collision mask. Only objects in at least one collision layer enabled in the mask will be detected.

long collisionMask() nothrow @property @nogc;

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