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