Example #1
0
 public override Core.HGUI.UIElement GetUIData()
 {
     if (Content == null)
     {
         Content = new Core.HGUI.TextBox();
     }
     return(Content);
 }
Example #2
0
 public void Awake()
 {
     if (Content == null)
     {
         Content = new Core.HGUI.TextBox();
     }
     ContextID = Content.GetInstanceID();
 }