PhysicsServerSingleton.bodySetAxisVelocity

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 PhysicsServerSingleton
@nogc nothrow
void
bodySetAxisVelocity
(
in RID _body
,
in Vector3 axis_velocity
)

Meta