linearVelocity property

Vector2 linearVelocity

Implementation

Vector2 get linearVelocity {
  updateStatistics();
  return _linearVelocity;
}