Ejemplo n.º 1
0
 public static void CreateWizard(hglWindowInfo wininfo)
 {
     if (win != null)
     {
         return;
     }
     win           = ScriptableWizard.DisplayWizard <hglTextWindow>("Edit Text", "Apply");
     win.m_wininfo = wininfo;
     win.text      = new string(wininfo.m_text.ToCharArray());
 }
Ejemplo n.º 2
0
 void OnDestroy()
 {
     win = null;
 }