hxdefold API documentation
View source
typedef
PhysicsMessageApplyForce
package
defold
import
defold.Physics
Data for the
PhysicsMessages.apply_force
message.
Fields
position
:
Vector3
The position where the force should be applied (vector3).
force
:
Vector3
The force to be applied on the collision object, measured in Newton.