setBody method
Set the cpBody this shape is connected to. Can only be used if the shape is not currently added to a space.
Implementation
void setBody(Body body) => _shape.setBody(body);
Set the cpBody this shape is connected to. Can only be used if the shape is not currently added to a space.
void setBody(Body body) => _shape.setBody(body);