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