Created the node page Character Linear Velocity. |
Fixed the node name on the visual. |
||
Line 1: | Line 1: | ||
{{#Invoke:ProtoFlux|GenerateUI | {{#Invoke:ProtoFlux|GenerateUI | ||
|Name= | |Name=Character Linear Velocity | ||
|Category=Physics | |Category=Physics | ||
|Inputs= | |Inputs= |
Revision as of 23:30, 12 April 2024
Character Linear Velocity
Physics
The Character Linear Velocity
node takes in a character controller reference and returns the current velocity that it is currently going at over time. To learn more about the character controller component, click here.
Inputs
Character (Character Controller)
The character controller reference.
Outputs
* (float3)
The rate this character controller is moving over time.