On this pageSocketUI.socketpublic SocketAbility socket { get; set; }CopyDescription#Get/Set the Socket plugin for this UI elementUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(SocketUI target) { SocketAbility result = target.socket; } }Copy