Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.