ClassUIDBGridDisplay.source
public UIListSource source { get; set; }Description#
Gets/Sets the source of data for the display
Usage#
Example
using NullSave.GDTK.Statsusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(ClassUIDBGridDisplay target) { UIListSource result = target.source; } }