setFriction method

void setFriction(
  1. double friction
)

Implementation

void setFriction(double friction) {
  bindings.cpArbiterSetFriction(_arbiterResource, friction);
}