On this pageBackgroundListUI.CloseDeclaration#public void Close()CopyDescription#Close or destroy objectUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(BackgroundListUI target) { target.Close(); } }Copy