fullinspector icon indicating copy to clipboard operation
fullinspector copied to clipboard

Add auto-bindings attribute-based CustomPropertyDrawers

Open jacobdufault opened this issue 9 years ago • 0 comments

Context

Example:

[CustomPropertyDrawer(typeof(WidgetAttribute))]
public class WidgetDrawer : PropertyDrawer
{
    // etc etc etc
}
 
public class Thing : BaseBehavior
{
    [Widget] public string m_Widget;
}

jacobdufault avatar Oct 09 '16 21:10 jacobdufault