Skip to main content
Version: 4.0.0

Apply Impulse

Applies an instantaneous force to a specified Rigid Body component.

Input

NameData TypeDescription
EnterExecStart rigid body operation.
Rigid BodyComponentThe Rigid Body component you want to apply an external force to.
Impulse ForceVec3The magnitude and direction of the impulse force that you want to apply to the Rigid Body component. Could be a vector value or a scalar value.
Impulse PositionVec3The position in the local space where you want to apply the impulse force. Could be a vector value or a scalar value.
Is Local ImpulseBooleanCheck if you want to apply the impulse force in the local space; uncheck if in the world space.

Output

NameData TypeDescription
NextExecExecute the next node.
Current ImpulseVec3The current impulse applied to the object.