On this pageStatSourceUI.actorpublic BasicStats actor { get; }CopyDescription#Get the associated Stat SourceUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(StatSourceUI target) { BasicStats result = target.actor; } }Copy