Physics2DServerSingleton.bodySetShapeAsOneWayCollision

Enables one way collision on body if enable is true.

struct Physics2DServerSingleton
@nogc nothrow
void
bodySetShapeAsOneWayCollision
(
in RID _body
,
in long shape_idx
,
in bool enable
)

Meta