Constant Force Components

The constant force component is a tool component that relies on the Rigidbody component to apply a given force and torque to a rigid body every frame.

constant-force component

PropertiesDescription
ForceThe force applied to the rigid body in the world coordinate system
LocalForcethe force applied to the rigid body in the local coordinate system
Torquethe torque applied to a rigid body in the world coordinate system
LocalTorquethe torque applied to a rigid body in the local coordinate system

Please refer to ConstantForce API for details.