# AngleUnit

> Unit of measurement used to express the value of an Angle.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.UIElements](/engine/6000.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public enum AngleUnit
```

## Fields

| Value                                                                                  | Description                                                                                                            |
| -------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [Degree](/engine/6000.7/script-reference/unityengine/uielements/angleunit/degree.md)   | Interprets an angle as degrees.                                                                                        |
| [Gradian](/engine/6000.7/script-reference/unityengine/uielements/angleunit/gradian.md) | Interprets the measurement of an angle in gradians. One full circle is 400 gradians                                    |
| [Radian](/engine/6000.7/script-reference/unityengine/uielements/angleunit/radian.md)   | Interprets the measurement of an angle in radians. One full circle is 2Pi radians which approximates to 6.2832 radians |
| [Turn](/engine/6000.7/script-reference/unityengine/uielements/angleunit/turn.md)       | Interprets the measurement of an angle, expressed as a number of turns. One full circle is one turn.                   |
