Function CollisionShape.shape

The actual shape owned by this collision shape.

Shape shape() nothrow @property @nogc;

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