Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

SerializedProperty.enumDisplayNames

public var enumDisplayNames: string[];

Description

Display-friendly names of enumeration of an enum property.

Similar to enumNames, but formatted with spaces and capitalization.

See Also: enumNames, propertyType, SerializedPropertyType.Enum, enumValueIndex.