Function CollisionShape2D.shape

The actual shape owned by this collision shape.

Shape2D shape() nothrow @property @nogc;

void shape (
  Shape2D v
) nothrow @property @nogc;