Function CollisionObject2D.shapeOwnerSetOneWayCollision
If enable
is true
, collisions for the shape owner originating from this CollisionObject2D
will not be reported to collided with CollisionObject2D
s.
void shapeOwnerSetOneWayCollision
(
const(long) owner_id,
const(bool) enable
) nothrow @nogc;