On this pageRaceUI.racepublic GDTKRace race { get; }CopyDescription#Gets the associated raceUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(RaceUI target) { GDTKRace result = target.race; } }Copy