On this pageIDamageable.parentpublic Actor parent { get; }CopyDescription#Gets the top-level actor (if different) dealing damageUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(IDamageable target) { Actor result = target.parent; } }Copy