1.12.0: Added FieldLabelFromArrayIndex

This commit is contained in:
Anders Ejlersen 2026-06-13 21:34:44 +02:00
parent df1d2f6df1
commit 23b24d42d3
6 changed files with 71 additions and 1 deletions

View file

@ -70,6 +70,8 @@ List of all available pre-drawer attributes:
* Sets GUIContent label for `SerializedProperty` to value type from another field
* `FieldLabelFromToString`
* Sets GUIContent label for `SerializedProperty` to values ToString-method
* `FieldLabelFromArrayIndex`
* Sets GUIContent label for `SerializedProperty` to array index with support for prefix, postfix, and array offset
* `HideLabel`
* Sets GUIContent label for `SerializedProperty` to empty string