AnimancerEditorUtilities.

FindAssetOfType<T>() Method

Summary

Finds an asset of the specified type anywhere in the project.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerEditorUtilities

Syntax

public static T FindAssetOfType<T>() where T : Object

Type Parameters

Name Description
T

Return Value

Type Description
T