Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

SerializedProperty.enumDisplayNames

Switch to Manual
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.