On this pageVisionSensor.actorpublic Actor actor { get; }CopyDescription#Gets the attached ActorUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(VisionSensor target) { Actor result = target.actor; } }Copy