On this pageActorUI.actorpublic Actor actor { get; }CopyDescription#Get the associated ActorUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ActorUI target) { Actor result = target.actor; } }Copy