Class DisplayNameAttribute
Use this attribute on fields and properties to change the display name shown when inspected.
Implements
Inherited Members
Namespace: Unity.Platforms.UI
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public class DisplayNameAttribute : InspectorAttribute, _Attribute
Constructors
Name | Description |
---|---|
Display |
Constructs a new instance of Display |
Properties
Name | Description |
---|---|
Name | Name to display. |