1.11.0: Added FieldLabelFromToString
This commit is contained in:
parent
a804633a14
commit
3a825efa2a
7 changed files with 39 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue