enqueue Velocity
Queues a linear velocity update for the body associated with key.
Velocity components are expressed in container pixels per second (Px/s) and converted internally to meters per second by the runtime dev.zinchenko.physicsbox.units.PhysicsUnits.
Parameters
key
Body key used in Modifier.physicsBody(key = ...).
velocity X
Velocity X component in container pixels per second (Px/s).
velocity Y
Velocity Y component in container pixels per second (Px/s).