On this pageCountSelectWindowUI.CloseDeclaration#public virtual void Close()CopyDescription#Close the windowUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class CodeSample : MonoBehaviour{ public void Example(CountSelectWindowUI target) { target.Close(); } }Copy