setBody method

void setBody(
  1. Body body
)

Implementation

void setBody(Body body) => bindings.cpShapeSetBody(_shape, body._toPointer);