Ejemplo n.º 1
0
 public CCUIButtonAttribute(string theName, CCUIButtonMode theMode)
 {
     name = theName;
     mode = theMode;
 }
Ejemplo n.º 2
0
 public CCUIButtonAttribute(string theName, CCUIButtonMode theMode, CCUIButtonSpacing theSpacing)
 {
     name    = theName;
     mode    = theMode;
     spacing = theSpacing;
 }
Ejemplo n.º 3
0
 public CCUIButtonAttribute(CCUIButtonMode theMode)
 {
     mode = theMode;
 }