Allows you to set and modify the velocity of a specified Rigid Body component.
Name | Data Type | Description |
---|
Start | Exec | Start the rigid body operation. |
Stop | Exec | Stop the rigid body operation. |
Rigid Body | Component | The Rigid Body component that you want to set or modify the velocity for. |
New Velocity | Vec3 | The 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 Velocity | Boolean | Check if you want to set or modify the velocity in the local space; uncheck if in the world space. |
Output
Name | Data Type | Description |
---|
Begin | Exec | Execute the next node. |
Stay | Exec | Execute the next node. |
End | Exec | Execute the next node. |
Current Velocity | Vec3 | The current velocity of the object. |