CollisionObject2D.shapeOwnerSetOneWayCollision

If enable is true, collisions for the shape owner originating from this CollisionObject2D will not be reported to collided with CollisionObject2Ds.

struct CollisionObject2D
@nogc nothrow
void
shapeOwnerSetOneWayCollision
(
in long owner_id
,
in bool enable
)

Meta