AssetListBase.

GatherResources<T>(List<string>, List<T>) Method

Summary

[Editor-Only] Gathers all assets and their resource paths in the target Weaver.AssetListBase.Directory.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
AssetListBase

Syntax

protected void GatherResources<T>(ref List<string> paths, List<T> assets) where T : Object

Type Parameters

Name Description
T

Parameters

Name Type Description
paths List<string>
assets List<T>

Return Value

Type Description
void