Character Gravity (LogiX node)
Jump to navigation
Jump to search
Character Gravity | ||
---|---|---|
![]() | ||
Inputs | ||
CharacterController | Character | |
Outputs | ||
Float3 | Gravity | |
Float3 | ActualGravity |
The Character Gravity node outputs the Gravity
vector for the input Character
CharacterController (Component).
Usage
The Gravity
output provides the current Gravity value.
The ActualGravity
output provides the Gravity value from the previous update.
Default values are [0;0;0] for both outputs if there is no valid input CharacterController
.