Created the page for the Apply Character Force node. |
m YoshBot moved page ProtoFlux:Apply Character Force to ProtoFlux:ApplyCharacterForce: Automated: removing spaces from ProtoFlux namespace |
||
(One intermediate revision by one other user not shown) | |||
Line 15: | Line 15: | ||
|}} | |}} | ||
The <code>Apply Character Force</code> node takes in a character controller reference and a force, then pushes the character controller in the direction | The <code>Apply Character Force</code> node takes in a [[Component:CharacterController|character controller]] reference and a force, then pushes the character controller in the direction. | ||
Unlike [[ProtoFlux:Apply Character Impulse|Impulse]] where you send a force once to send the character controller in a direction, this node is made to apply a force in a direction over time. | Unlike [[ProtoFlux:Apply Character Impulse|Impulse]] where you send a force once to send the character controller in a direction, this node is made to apply a force in a direction over time. |
Latest revision as of 23:40, 20 August 2025
Apply Character Force
Physics
The Apply Character Force
node takes in a character controller reference and a force, then pushes the character controller in the direction.
Unlike Impulse where you send a force once to send the character controller in a direction, this node is made to apply a force in a direction over time.
Inputs
* (Call)
Calls to push this character controller.
Force (float3)
The force to push this character controller.
Character (Character Controller)
The character controller reference.
IgnoreMass (bool)
The option to ignore mass in the character controller component when being sent in a direction.
Outputs
Next (Continuation)
Continues execution from here.