Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public static class InvalidAttributeTargetUtility
public static List<Type> GetValidTargets(Type attribute)
System.Type | attribute |
System.Collections.Generic.List<System.Type> |
public static void RegisterValidAttributeTarget(Type attribute, Type target)
System.Type | attribute | |
System.Type | target |
public static bool ShowInvalidAttributeErrorFor(InspectorProperty property, Type attribute)
InspectorProperty | property | |
System.Type | attribute |
System.Boolean |
public static bool ShowInvalidAttributeErrorFor(Type attribute, Type value)
System.Type | attribute | |
System.Type | value |
System.Boolean |