On this pageGDTKItem.displayNamepublic string displayName { get; }CopyDescription#Get the current display name to use for this itemUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKItem target) { string result = target.displayName; } }Copy