1.8.1: Fixed issue with certain drawers using EditorGUI.PropertyField, which would invoke a second draw with the same attribute
This commit is contained in:
parent
eb19150d98
commit
b189ec8b97
8 changed files with 21 additions and 14 deletions
|
|
@ -171,6 +171,6 @@ List of all decorator attributes:
|
|||
To allow fields hidden from inspector either by `NonSerialized` or `HideInInspector` add the following to the class:
|
||||
|
||||
* `EnableShowHiddenFields`
|
||||
* Enables an additional search to find any "hidden" fields and draw them below `DefaultInspector`
|
||||
* Enables an additional search to find any "hidden" fields and draw them below `DefaultInspector`
|
||||
* `ShowHiddenField`
|
||||
* Optional attribute for fields, if `EnableShowHiddenFields` has parameter `true`
|
||||
* Optional attribute for fields, if `EnableShowHiddenFields` has parameter `true`
|
||||
Loading…
Add table
Add a link
Reference in a new issue