Function PhysicsServerSingleton.bodySetCollisionMask

Sets the physics layer or layers a body can collide with.

void bodySetCollisionMask (
  const(RID) _body,
  const(long) mask
) nothrow @nogc;