On this pageInterfaceManager.ActiveModalpublic static GameObject ActiveModal { get; }CopyDescription#Gets the currently active modalUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod() { GameObject modal = InterfaceManager.ActiveModal; } }Copy