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 tried [ReorderableList(ListStyle.Round, "test", fixedSize: false)] [OnValueChanged(callbackMethodName: nameof(voidName))]
and [NotNull,OnValueChanged(callbackMethodName: nameof(voidName))]
Neither can coexist and work properly
The text was updated successfully, but these errors were encountered:
since OnValueChangedAttribute is based on the PropertyAttribute class it will break any other drawer.
Anyway, I have it on my TODO list, I will re-implement it (and other validation drawers) as soon as possible.
I tried
[ReorderableList(ListStyle.Round, "test", fixedSize: false)] [OnValueChanged(callbackMethodName: nameof(voidName))]
and
[NotNull,OnValueChanged(callbackMethodName: nameof(voidName))]
Neither can coexist and work properly
The text was updated successfully, but these errors were encountered: