AttributeCache<TAttribute>.

GetAttribute(Type) Method

Summary

Returns the TAttribute attribute (if any) on the specified `type` or its System.Type.BaseType (recursively).
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AttributeCache<TAttribute>

Syntax

public static TAttribute GetAttribute(Type type)

Parameters

Name Type Description
type Type

Return Value

Type Description
TAttribute