1.11.0: Added FieldLabelFromToString

This commit is contained in:
Anders Ejlersen 2024-11-25 22:11:33 +01:00
parent a804633a14
commit 3a825efa2a
7 changed files with 39 additions and 1 deletions

View file

@ -68,6 +68,8 @@ List of all available pre-drawer attributes:
* 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
* `FieldLabelFromToString`
* Sets GUIContent label for `SerializedProperty` to values ToString-method
* `HideLabel`
* Sets GUIContent label for `SerializedProperty` to empty string