Deadcows / MyBox

MyBox is a set of attributes, tools and extensions for Unity
http://deadcow.ru
MIT License
1.94k stars 244 forks source link

ReadOnlyAttribute: Read-only on condition #170

Closed CrizGames closed 3 years ago

CrizGames commented 3 years ago

I thought it would be useful to have a field read-only based on some other property. So I added that feature to ReadOnlyAttribute as a overload.

Deadcows commented 3 years ago

I really like this addition, thanks!