Skip to content

Physics.ApplyForceAt

Name Mandatory Description Default Type
⬅️ Input The physics body to apply the force to. Physics.Body
Output ➡️ Outputs the input physics body with the force applied. Physics.Body
Force No The force to apply represented as a float3 containing the magnitude and direction of the force. @f3(0 0 0) Float3Var(Float3)
Position No The position to apply the force at represented as a float3 @f3(0 0 0) Float3Var(Float3)

Applies a force to the physics body at a specific location