Namespace: | Sirenix.OdinInspector.Editor.Examples |
Assembly: | Sirenix.OdinInspector.Editor |
public static class AttributeExampleUtilities
public static void BuildMenuTree(OdinMenuTree tree)
OdinMenuTree | tree |
public static IEnumerable<Type> GetAllOdinAttributes()
System.Collections.Generic.IEnumerable<System.Type> |
public static IEnumerable<string> GetAttributeCategories(Type attributeType)
System.Type | attributeType |
System.Collections.Generic.IEnumerable<System.String> |
public static string GetAttributeDescription(Type attributeType)
System.Type | attributeType |
System.String |
public static AttributeExampleInfo[] GetAttributeExampleInfos(Type attributeType)
System.Type | attributeType |
AttributeExampleInfo[] |
public static OdinAttributeExampleItem GetExample(Type attributeType)
System.Type | attributeType |
OdinAttributeExampleItem |
public static OdinAttributeExampleItem GetExample<T>()
where T : Attribute
OdinAttributeExampleItem |
T |
public static bool GetIsEnterprise(Type attributeType)
System.Type | attributeType |
System.Boolean |
public static string GetOnlineDocumentationUrl(Type attributeType)
System.Type | attributeType |
System.String |