ProtoFlux:SetCharacterVelocity: Difference between revisions

From Resonite Wiki
Created the page for the Set Character Velocity node.
 
m YoshBot moved page ProtoFlux:Set Character Velocity to ProtoFlux:SetCharacterVelocity: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 14: Line 14:
|}}
|}}


The <code>Set Character Velocity</code> node takes in a character controller reference and a target velocity, then sets the velocity on the character controller. To learn more about the Character Controller Component, click [[Component:CharacterController|here]].
The <code>Set Character Velocity</code> node takes in a [[Component:CharacterController|character controller]] reference and a target velocity, then sets the velocity on the [[Slot]] containing the character controller component.


== Inputs ==
== Inputs ==

Latest revision as of 00:33, 21 August 2025

Set Character Velocity
*
Next
Velocity
Character
Physics

The Set Character Velocity node takes in a character controller reference and a target velocity, then sets the velocity on the Slot containing the character controller component.

Inputs

* (Call)

Calls from an impulse to set the velocity for this character controller.

Velocity (float3)

The velocity to set for this character controller.

Character (Character Controller)

The character controller reference.

Outputs

Next (Continuation)

Continues execution from here.