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

Meta