On this pageInventoryCollisionDamage.actorpublic Actor actor { get; }CopyDescription#Gets the actor dealing damageUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(InventoryCollisionDamage target) { Actor result = target.actor; } }Copy