On this pageInterfaceManager.SuppressUIpublic static bool SuppressUI { get; set; }CopyDescription#Gets/Sets UI suppression stateUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(InterfaceManager target) { bool result = target.SuppressUI; } }Copy