On this pageBasicCollisionDamage.parentpublic Actor parent { get; }CopyDescription#Gets the top-level Actor for this objectUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(BasicCollisionDamage target) { Actor result = target.parent; } }Copy