menu
cannon_physics package
documentation
shapes/shape.dart
Shape
type property
type property
dark_mode
light_mode
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;
cannon_physics package
documentation
shapes/shape
Shape
type property
Shape class