-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The EditorButton example shows placing a button before a field by annotating the field.
https://github.com/arimger/Unity-Editor-Toolbox#toolboxdecoratorattributes
Is there any way to place an attribute directly on a method? Similar to https://dbrizov.github.io/na-docs/attributes/drawer_attributes/button.html
I checked the code for these solutions. They appear to use reflection in their CustomEditor(typeof(Object)... implementations to query for all annotated methods.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request