コード例 #1
0
        public static void OpenPlayerConsole()
        {
            if (!ShouldShowPlayerConsole)
            {
                return;
            }

            BluInternalEditorUtility.OpenPlayerConsole();
        }
コード例 #2
0
 public static void OpenEditorConsole()
 {
     BluInternalEditorUtility.OpenEditorConsole();
 }