/InterfaceDrawer

Inspector Interface Injector Easily Inject interface instances from inspector with type validation and drag and drop functionality.

Primary LanguageC#MIT LicenseMIT

Inspector Interface Injector

Easily Inject interface instances from inspector with type validation and drag and drop functionality.

Limitations:

● Collections are not supported, yet. However you can make collections of InterfaceHolder For eg: InterfaceHolder[] or List<InterfaceHolder>

● Object Picker show null. Might fix later, might not

● Accessing interface requires accessing wrappers.

● Setters are not enabled.

Screenshot: Injecting Circle,Square and Triangle to reference of IShape