AssetListBase.

GatherAssets<T>(List<T>) Method

Summary

[Editor-Only] Gathers all assets in the target Weaver.AssetListBase.Directory into the `assets` list.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
AssetListBase

Syntax

protected void GatherAssets<T>(ref List<T> assets) where T : Object

Type Parameters

Name Description
T

Parameters

Name Type Description
assets List<T>

Return Value

Type Description
void