getBody method

Body getBody()

Implementation

Body getBody() {
  return Body._fromPointer(bindings.cpShapeGetBody(_shape));
}