Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public static class UnityTypeCacheUtility
public static readonly bool IsAvailable
public static IList<Type> GetTypesDerivedFrom(Type type)
System.Type | type |
System.Collections.Generic.IList<System.Type> |
public static IList<Type> GetTypesWithAttribute(Type attributeType)
System.Type | attributeType |
System.Collections.Generic.IList<System.Type> |
public static IList<Type> GetTypesWithAttribute<T>()
where T : Attribute
System.Collections.Generic.IList<System.Type> |
T |