Skip to main content
Version: 4.0.0

Velocity Controller

Allows you to set and modify the velocity of a specified Rigid Body component.

Input

NameData TypeDescription
StartExecStart the rigid body operation.
StopExecStop the rigid body operation.
Rigid BodyComponentThe Rigid Body component that you want to set or modify the velocity for.
New VelocityVec3The magnitude and direction of the new velocity that you want to set for the rigid body component. Could be a vector value or a scalar value.
Is Local VelocityBooleanCheck if you want to set or modify the velocity in the local space; uncheck if in the world space.

Output

NameData TypeDescription
BeginExecExecute the next node.
StayExecExecute the next node.
EndExecExecute the next node.
Current VelocityVec3The current velocity of the object.