예제 #1
0
 public CCUIButtonAttribute(string theName, CCUIButtonMode theMode, CCUIButtonSpacing theSpacing)
 {
     name    = theName;
     mode    = theMode;
     spacing = theSpacing;
 }
예제 #2
0
 public CCUIButtonAttribute(CCUIButtonSpacing theSpacing)
 {
     spacing = theSpacing;
 }