On this pageInventory.displayNamepublic string displayName { get; set; }CopyDescription#Name of the creature or object attachedUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(Inventory target) { string result = target.displayName; } }Copy