Skip to main content

RaceUIDBListDisplay.secondarySource

public Object secondarySource { get; set; }

Description#

Gets/Sets the secondary source of data for the display

Usage#

Example
using NullSave.GDTK.Statsusing UnityEngine;
public class Example : MonoBehaviour{
    public void ExampleMethod(RaceUIDBListDisplay target)    {        System.Object result = target.secondarySource;    }   }