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