Skip to main content
Version: 4.0.0

Force Controller

force controller

Applies continuous force to a specified Rigid Body component.

Input

NameData TypeDescription
StartExecBegin the Rigid Body operation.
StopExecStop the Rigid Body operation.
Rigid BodyComponentThe Rigid Body component that you want to apply an external force to.
ForceVec3The direction and magnitude of the force that you want to apply the Rigid Body component.
Force PositionVec3This input represents the position in the local space where you want to apply the external force. It should be a 3D vector value.
Is LocalBooleanCheck if you want to apply the constant force 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 ForceVec3The current constant force applied to the object.