This is the old Animancer v7.4 documentation. Click here for the latest version.

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