On this pageItemListUI.contentpublic Transform content { get; }CopyDescription#Gets the RectTransform used for housing dataUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ItemListUI target) { Transform result = target.content; } }Copy