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