documentation

 
Loading...
Searching...
No Matches
Visometry.Helpers.DisplayNameAttribute Class Reference

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
 

Detailed Description

Add the [DisplayName("newName")] Attribute above a public parameter to make its Inspector label show 'newName' instead of the parameter name.