Add the [DisplayName("newName")] Attribute above a public parameter to make its Inspector label show 'newName' instead of the parameter name. More...
Inherits PropertyAttribute.
Public Member Functions | |
DisplayNameAttribute (string displayName) | |
Data Fields | |
readonly string | displayName |
Add the [DisplayName("newName")] Attribute above a public parameter to make its Inspector label show 'newName' instead of the parameter name.