Is there a page of documentation for the various attributes we can use to customize the Inspector?

We don't have a list of attributes for the inspector but I just looked at the code. I see:

HeaderAttribute
SpaceAttribute
TooltipAttribute

From there you can create an object drawer for custom drawing. Built in we have FloatSlider and IntSlider.
 
Top