On this pageSocketListUI.contentpublic Transform content { get; }CopyDescription#Transform used to display outputUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(SocketListUI target) { Transform result = target.content; } }Copy