On this pageInterfaceManager.PreventWindowspublic static bool PreventWindows { get; }CopyDescription#Returns if Interface Flags contains PreventWindowsUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod() { InterfaceManager.PreventWindows = true; } }Copy