LazyAssetList<T>.

AddPaths(IEnumerable<string>) Method

Summary

Adds the `paths` to this list.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
LazyAssetList<T>

Syntax

public void AddPaths(IEnumerable<string> paths)

Parameters

Name Type Description
paths IEnumerable<string>

Return Value

Type Description
void