SerializedProperty
- animationCurveValue
- boolValue
- boundsValue
- colorValue
- Copy
- CountRemaining
- DeleteCommand
- depth
- DuplicateCommand
- editable
- enumNames
- enumValueIndex
- EqualContents
- floatValue
- hasChildren
- hasVisibleChildren
- intValue
- isExpanded
- isInstantiatedPrefab
- name
- NextVisible
- Next
- objectReferenceValue
- prefabOverride
- propertyPath
- propertyType
- rectValue
- Reset
- serializedObject
- stringValue
- tooltip
- type
- vector2Value
- vector3Value
SerializedProperty.enumNames 枚举名称列表
var enumNames : string[]
Description描述
Names of enumeration of an enum property.
一个枚举属性的枚举名称数组。
参见:propertyType, SerializedPropertyType.Enum, enumValueIndex.
最后修改:2011年7月11日 Monday 12:49