StringAsset.

Find(StringReference, string) Method

Summary

[Editor-Only] Returns a Animancer.StringAsset with the specified `name` if one exists in the project.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
StringAsset

Syntax

public static StringAsset Find(StringReference name, out string path)

Remarks

If multiple assets have the same `name`, any one of them will be returned.

Parameters

Name Type Description
name StringReference
path string

Return Value

Type Description
StringAsset