On this pageDebugConsole.ToggleShownDeclaration#public void ToggleShown()CopyDescription#Toggle the show/hide state of the console.Usage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(DebugConsole target) { target.ToggleShown(); } }Copy