Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


force

The linear force applied to the rigidbody each physics update.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.Physics2DModule
public Vector2 force { get; set; }

Remarks

The
force
is specified in the global coordinate frame i.e. independent of the rigid-body rotation and is applied to the center-of-mass therefore no torque is generated.