menu
cannon_physics package
documentation
objects/body.dart
Body
shapes property
shapes property
dark_mode
light_mode
shapes
property
List
<
Shape
>
shapes
getter/setter pair
List of Shapes that have been added to the body.
Implementation
List<Shape> shapes = [];
cannon_physics package
documentation
objects/body
Body
shapes property
Body class