On this pageDebugConsole.HideDeclaration#public void Hide()CopyDescription#Hide the console.Usage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(DebugConsole target) { target.Hide(); } }Copy