Add Force At Position

Physics
Both Server and Client
Both Mobile and PC

Apply a force at a point. The target must be a rigidbody.

Declaration

func AddForceAtPosition(target entity<Rigidbody>, force Vector3, position Vector3, forceMode ForceType)
go

Parameters

Input

Name Type Description
Target Rigidbody Target Rigidbody
Force Vector3 Force Vector
Position Vector3 Force application position
ForceMode ForceType Type of force