Class DisplayNameAttribute
Overrides the displayed name of the field in inspector. Need to be used before other Unity property attributes to avoid being overriden.
Inheritance
DisplayNameAttribute
Assembly: LobsterFramework.dll
Syntax
public class DisplayNameAttribute : PropertyAttribute, _Attribute
Constructors
|
Improve this Doc
View Source
DisplayNameAttribute(string)
Declaration
public DisplayNameAttribute(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Fields
|
Improve this Doc
View Source
name
Declaration
Field Value
Implements