BackgroundListUIDB.content
public Transform content { get; }Description#
Gets the RectTransform used for housing data
Usage#
Example
using NullSave.GDTK.Statsusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(BackgroundListUIDB target) { Transform result = target.content; } }