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