Exemplo n.º 1
0
 public ColorFieldUxmlTraits()
 {
     m_Value = new UxmlColorAttributeDescription {
         name = "value"
     };
     m_ShowEyeDropper = new UxmlBoolAttributeDescription {
         name = "showEyeDropper", defaultValue = true
     };
     m_ShowAlpha = new UxmlBoolAttributeDescription {
         name = "showAlpha", defaultValue = true
     };
     m_Hdr = new UxmlBoolAttributeDescription {
         name = "hdr"
     };
 }