Skip to main content

BackgroundUIDBGridDisplay.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(BackgroundUIDBGridDisplay target)    {        UIListSource result = target.source;    }   }