コード例 #1
0
ファイル: QuickTool.cs プロジェクト: Dlee4428/Custom-Editor
    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");
    }