Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public static class DrawerUtilities
public static readonly TypeSearchIndex SearchIndex
public static bool DrawerTypeCanDrawProperty(Type drawerType, InspectorProperty property)
System.Type | drawerType | |
InspectorProperty | property |
System.Boolean |
public static OdinDrawer GetCachedUninitializedDrawer(Type drawerType)
System.Type | drawerType |
OdinDrawer |
public static void GetDefaultPropertyDrawers(InspectorProperty property, ref TypeSearchResult[] resultArray, ref int resultCount)
InspectorProperty | property | |
TypeSearchResult[] | resultArray | |
System.Int32 | resultCount |
public static DrawerPriority GetDrawerPriority(Type drawerType)
System.Type | drawerType |
DrawerPriority |
public static bool HasAttributeDrawer(Type attributeType)
System.Type | attributeType |
System.Boolean |