This version of Unity is unsupported.

Angle Constructor

Declaration

public Angle(float value);

Description

Creates an Angle from a float and an optionnal AngleUnit.

AngleUnit.Degree is the default unit.


Declaration

public Angle(float value, UIElements.AngleUnit unit);

Description

Creates an Angle from a float and an optionnal AngleUnit.

AngleUnit.Degree is the default unit.