menu
liquid2d package
documentation
liquid2d.dart
Body
getVelocity method
getVelocity method
dark_mode
light_mode
getVelocity
method
Vector2
getVelocity
(
)
Get the velocity of the body.
Implementation
Vector2 getVelocity() => _body.getVelocity();
liquid2d package
documentation
liquid2d
Body
getVelocity method
Body class