Applies an instantaneous force to a specified Rigid Body component.
Name | Data Type | Description |
---|
Enter | Exec | Start rigid body operation. |
Rigid Body | Component | The Rigid Body component you want to apply an external force to. |
Impulse Force | Vec3 | The magnitude and direction of the impulse force that you want to apply to the Rigid Body component. Could be a vector value or a scalar value. |
Impulse Position | Vec3 | The position in the local space where you want to apply the impulse force. Could be a vector value or a scalar value. |
Is Local Impulse | Boolean | Check if you want to apply the impulse force in the local space; uncheck if in the world space. |
Output
Name | Data Type | Description |
---|
Next | Exec | Execute the next node. |
Current Impulse | Vec3 | The current impulse applied to the object. |