On this pageSocketUI.selectedpublic bool selected { get; set; }CopyDescription#Get/Set if the object is selectedUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(SocketUI target) { bool result = target.selected; } }Copy