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