Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Add auto-bindings attribute-based CustomPropertyDrawers #177

Open
jacobdufault opened this issue Oct 9, 2016 · 0 comments
Open

Add auto-bindings attribute-based CustomPropertyDrawers #177

jacobdufault opened this issue Oct 9, 2016 · 0 comments

Comments

@jacobdufault
Copy link
Owner

Context

Example:

[CustomPropertyDrawer(typeof(WidgetAttribute))]
public class WidgetDrawer : PropertyDrawer
{
    // etc etc etc
}
 
public class Thing : BaseBehavior
{
    [Widget] public string m_Widget;
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant