RigidBody.setAxisVelocity

Sets an axis velocity. The velocity in the given vector axis will be set as the given vector length. This is useful for jumping behavior.

struct RigidBody
@nogc nothrow
void
setAxisVelocity
(
in Vector3 axis_velocity
)

Meta