ProtoFlux:Apply Character Impulse

From Resonite Wiki
Apply Character Impulse
*
Next
Impulse
Character
IgnoreMass
Physics

Applies a impulse to a character controller, impulses are similar but different from the force node from a physics perspective.

Impulse is the change in momentum of an object, or otherwise an "normalized" version of force.

In this case, the impulse node takes Force and applies it across dT, making it framerate independent.

Inputs

Input (Call)

Calls to trigger the character impulse.

Impulse (float3)

The direction to send the slot holding the character controller component.

Character (Character Controller)

The reference itself to be sent in a direction.

Ignore Mass (bool)

The option to ignore mass in the character controller component when being sent in a direction.

Outputs

Next (Continuation)

Continues execution from here.