On this pageBasicDamageable.actorpublic Actor actor { get; }CopyDescription#Gets the Actor for this objectUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(BasicDamageable target) { Actor result = target.actor; } }Copy