On this pageInterfaceManager.QuitDeclaration#public void Quit()CopyDescription#Exit the game or play modeUsage#using NullSave.GDTK;using UnityEngine; public class CodeSample : MonoBehaviour{ public void Example() { InterfaceManager.Current.Quit(); } }Copy