Set Character Velocity (LogiXノード)

From Neos Wiki
Revision as of 08:14, 15 February 2022 by Aesc (talk | contribs) (Created page with "Set Character Velocity (LogiXノード)")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Other languages:
English • ‎日本語
Set Character Velocity
'Set Character Velocity' LogiX node
Inputs
  Impulse Apply
  Float3 Velocity
  CharacterController Character
Outputs
  Impulse OnDone

The Set Character Velocity node overwrites the linear velocity of the input Character CharacterController (Component) with the input Velocity when an impulse is received at Apply.

Usage

The Velocity default is [0;0;0].


The OnDone output fires an impulse when the linear velocity of the input Character has been set as a result of an impulse received at Apply. No impulse will be fired if there is no valid Character input.


Note that for the input CharacterController to be affected, the impulse received at Apply must be owned by the SimulatingUser set in the referenced CharacterController component. For an explanation, see Frooxius' comment on GitHub

Examples

Node Menu

NodeMenu-Physics/ja