Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


forceAngle

The angle of the force to be applied.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.Physics2DModule
public float forceAngle { get; set; }

Remarks

The actual angle will be different depending on whether the
useGlobalAngle
is true or false.