public TTUIPage(UIType type, UIMode mod, UICollider col) { this.type = type; this.mode = mod; this.collider = col; this.name = this.GetType().ToString(); //bind special delegate . TTUIBind.Bind(); }
public TTUIPage(UIType type, UIMode mod, UICollider col) { this.type = type; this.mode = mod; this.collider = col; this.name = this.GetType().ToString(); //when create one page. //bind special delegate . TTUIBind.Bind(); //Debug.LogWarning("[UI] create page:" + ToString()); }