Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AngleUnit

Unit of measurement used to express the value of an Angle.
Read time 1 minuteLast updated 4 days ago

Definition

public enum AngleUnit

Fields

Value

Description

DegreeInterprets an angle as degrees.
GradianInterprets the measurement of an angle in gradians. One full circle is 400 gradians
RadianInterprets the measurement of an angle in radians. One full circle is 2Pi radians which approximates to 6.2832 radians
TurnInterprets the measurement of an angle, expressed as a number of turns. One full circle is one turn.