Skip to content

Instantly share code, notes, and snippets.

View chadefranklin's full-sized avatar

Chad Franklin chadefranklin

View GitHub Profile
@chadefranklin
chadefranklin / SelectionImplementationProperty.cs
Created March 28, 2022 14:09
An unfinished Custom Property Drawer used to select multiple implementations of an interface.
public class SelectImplementationAttribute : PropertyAttribute
{
public Type FieldType;
public SelectImplementationAttribute()
{
}
public SelectImplementationAttribute(Type fieldType)
{