Summary
[Animancer Extension] [Editor-Only]
    Returns the first TAttribute attribute on the `member` or 
		null if there is none.
    - Assembly
- Animancer.dll 
- Namespace
- Animancer.Editor 
- Containing Type
- AnimancerEditor Utilities 
Syntax
public static TAttribute GetAttribute<TAttribute>(this ICustomAttributeProvider member, bool inherit = false) 
    where TAttribute : classType Parameters
| Name | Description | 
|---|---|
| TAttribute | 
Parameters
| Name | Type | Description | 
|---|---|---|
| member | I | |
| inherit | bool | 
Return Value
| Type | Description | 
|---|---|
| TAttribute |