On this pageTraitUI.traitpublic GDTKTrait trait { get; }CopyDescription#Gets the associated traitUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(TraitUI target) { GDTKTrait result = target.trait; } }Copy