Exemplo n.º 1
0
 protected TextInputFieldBaseUxmlTraits()
 {
     m_MaxLength = new UxmlIntAttributeDescription {
         name = "maxLength", defaultValue = kMaxLengthNone
     };
     m_Password = new UxmlBoolAttributeDescription {
         name = "password"
     };
     m_MaskCharacter = new UxmlStringAttributeDescription {
         name = "maskCharacter", defaultValue = "*"
     };
 }
Exemplo n.º 2
0
 public ListViewUxmlTraits()
 {
     m_ItemHeight = new UxmlIntAttributeDescription {
         name = "itemHeight", defaultValue = k_DefaultItemHeight
     };
 }