AssetListBase.

GatherAssets<T>(List<T>, string, bool) 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 static void GatherAssets<T>(List<T> assets, string directoryPath, bool recursive) 
    where T : Object

Type Parameters

Name Description
T

Parameters

Name Type Description
assets List<T>
directoryPath string
recursive bool

Return Value

Type Description
void