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 |
---|---|
DisplayNameAttribute(string) | Constructs a new instance of DisplayNameAttribute with the provided name. |
Properties
Name | Description |
---|---|
Name | Name to display. |