1.10.0: Added FieldLabelFromEnum for elements in an array
This commit is contained in:
parent
ea527c9b33
commit
a804633a14
6 changed files with 74 additions and 1 deletions
|
|
@ -64,6 +64,8 @@ List of all available pre-drawer attributes:
|
|||
|
||||
* `FieldLabelFrom`
|
||||
* Sets GUIContent label for `SerializedProperty` to value from another field
|
||||
* `FieldLabelFromEnum`
|
||||
* Sets GUIContent label for `SerializedProperty` to enum name value of array index in parent field
|
||||
* `FieldLabelFromType`
|
||||
* Sets GUIContent label for `SerializedProperty` to value type from another field
|
||||
* `HideLabel`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue