You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about EditorButtonAttribute. Why it's AttributeUsage has AttributeTargets.Field? Using reflection, you can make AttributeTargets for method.
The text was updated successfully, but these errors were encountered:
[EditorButtonAttribute] is currently limited to fields by design. In the current implementation, inspector buttons are treated as decorators. A bit more detail has been discussed here.
Good day.
I have a question about
EditorButtonAttribute
. Why it'sAttributeUsage
hasAttributeTargets.Field
? Using reflection, you can makeAttributeTargets
for method.The text was updated successfully, but these errors were encountered: