Function SpringArm.shape

The Shape to use for the SpringArm. When the shape is set, the SpringArm will cast the Shape on its z axis instead of performing a ray cast.

Shape shape() nothrow @property @nogc;

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