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