type property

ShapeType type
getter/setter pair

The type of this shape. Must be set to an int > 0 by subclasses.

Implementation

ShapeType type = ShapeType.sphere;