On this pageBackgroundListUI.selectedpublic GDTKBackground selected { get; set; }CopyDescription#Get/Set selected itemUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(BackgroundListUI target) { GDTKBackground result = target.selected; } }Copy