RigidBody.applyCentralImpulse

Applies a directional impulse without affecting rotation. This is equivalent to apply_impulse(Vector3(0,0,0), impulse).

struct RigidBody
@nogc nothrow
void
applyCentralImpulse
(
in Vector3 impulse
)

Meta