示例#1
0
 public GListSub(UIBase uiBase, FairyGUI.GObject o)
 {
     this.uiBase  = uiBase;
     this.gObject = o as FairyGUI.GList;
 }
示例#2
0
 public GObjectSub(UIBase uiBase, FairyGUI.GObject o)
 {
     this.uiBase  = uiBase;
     this.gObject = o;
 }
示例#3
0
 public GRichTextFieldSub(UIBase uiBase, FairyGUI.GRichTextField o)
 {
     this.uiBase  = uiBase;
     this.gObject = o;
 }