On this pageInteractorMouse.actorpublic Actor actor { get; }CopyDescription#Gets reference to the associated actorUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(InteractorMouse target) { Actor result = target.actor; } }Copy