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