setSurfaceVelocity method
void
setSurfaceVelocity(
- Vector2 surfaceVelocity
Set the surface velocity of this shape.
Implementation
void setSurfaceVelocity(Vector2 surfaceVelocity) => _shape.setSurfaceVelocity(surfaceVelocity);