CollisionShape2D.oneWayCollision

Sets whether this collision shape should only detect collision on one side (top or bottom).

  1. bool oneWayCollision [@property getter]
  2. bool oneWayCollision [@property setter]
    struct CollisionShape2D
    @nogc nothrow @property
    void
    oneWayCollision
    (
    bool v
    )

Meta