Function CollisionShape2D.oneWayCollision
Sets whether this collision shape should only detect collision on one side (top or bottom).
bool oneWayCollision() nothrow @property @nogc;
void oneWayCollision
(
bool v
) nothrow @property @nogc;