Physics.ApplyForce¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The physics body to apply the linear and/or angular force to. | Physics.Body | ||
| Output ➡️ | Outputs the input physics body with the applied linear and/or angular force. | Physics.Body | ||
| Linear | No | The linear force to apply | @f3(0 0 0) | Float3Var(Float3) | 
| Angular | No | The angular force to apply | @f3(0 0 0) | Float3Var(Float3) | 
This shard applies a short instantaneous linear and/or angular force to the input physics body.