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