Unity - Scripting API: AngleUnit
enumeration
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Description
Unit of measurement used to express the value of an Angle.
Properties
| Property | Description |
|---|---|
| Degree | Interprets an angle as degrees. |
| Gradian | Interprets the measurement of an angle in gradians. One full circle is 400 gradians |
| Radian | Interprets the measurement of an angle in radians. One full circle is 2Pi radians which approximates to 6.2832 radians |
| Turn | Interprets the measurement of an angle, expressed as a number of turns. One full circle is one turn. |