onVelocityUpdate method

Vector2 onVelocityUpdate(
  1. double dt,
  2. Vector2 velocity
)

Implementation

Vector2 onVelocityUpdate(double dt, Vector2 velocity) {
  return velocity;
}