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.propertyType 属性类型
var propertyType : SerializedPropertyType
Description描述
Type of this property (Read Only).
该属性的类型(只读)。
Property type determines which of the "value" variable accessors are valid. For example, only intValue is valid for properties of SerializedPropertyType.Integer type.
propertyType确定变量值是有效的存取器。例如,对于SerializedPropertyType.Integer类型的属性,仅intValue是有效的。
最后修改:2011年7月11日 Monday 12:32