Click or drag to resize
EulerAnglesAttribute Class
A PropertyAttribute to specify that a Quaternion field should be displayed as Euler angles in the inspector.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    PropertyAttribute
      CandlelightEulerAnglesAttribute

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public class EulerAnglesAttribute : PropertyAttribute

The EulerAnglesAttribute type exposes the following members.

Constructors
  NameDescription
Public methodEulerAnglesAttribute
Initializes a new instance of the EulerAnglesAttribute class.
Top
See Also