setSurfaceVelocity method

void setSurfaceVelocity(
  1. Vector2 surfaceVelocity
)

Implementation

void setSurfaceVelocity(Vector2 surfaceVelocity) {
  bindings.cpShapeSetSurfaceVelocity(_shape, surfaceVelocity.toCpVect().ref);
}