On this pageUIDisplay.sourcepublic UIListSource source { get; set; }CopyDescription#Gets/Sets the source of data for the displayUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(UIDisplay target) { UIListSource result = target.source; } }Copy