void Update() { sInstance = this; if (select != null) { Repaint(); } }
public static void initwin() { BTreeWin win = (BTreeWin)BTreeWin.GetWindow(typeof(BTreeWin)); sInstance = win; }
void Update() { sInstance = this; if(select != null) { Repaint(); } }
static void initwin() { BTreeWin win = (BTreeWin)BTreeWin.GetWindow(typeof(BTreeWin)); sInstance = win; }
static void initWin() { Instance = (BTreeWin)GetWindow <BTreeWin>(); Instance.position = new Rect(300, 200, 800, 400); }