On this pageRaceListUIDB.activeDisplaypublic UIDisplay activeDisplay { get; }CopyDescription#Gets the currently active displayUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(RaceListUIDB target) { UIDisplay result = target.activeDisplay; } }Copy