1.10.0: Added FieldLabelFromEnum for elements in an array

This commit is contained in:
Anders Ejlersen 2024-11-21 19:30:29 +01:00
parent ea527c9b33
commit a804633a14
6 changed files with 74 additions and 1 deletions

View file

@ -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`