A List of all Property Drawers

I really like property drawers! But there is a lack of documentation (or so i think) so i think i may be missing some neat tricks.

Can anyone provide a link or provide a list with all Property Drawers gathered in one place?
preferably for c#.

Thanks In Advance!

Hi,

I think the term you are looking for is PropertyAttribute.

A link to the docs: Unity - Scripting API: PropertyAttribute

You should google for a more complete list of all the available attributes :slight_smile:

Good luck!