示例#1
0
    public static void ShowWindow()
    {
        QuickTool tool = GetWindow <QuickTool>();

        tool.titleContent = new GUIContent("Quickbar");
        tool.minSize      = new Vector2(256, 64);
    }
示例#2
0
    public static void ShowExample()
    {
        QuickTool wnd = GetWindow <QuickTool>();

        wnd.titleContent = new GUIContent("QuickTool");
    }