LazyAssetList<T>.

AddPaths(LazyAssetList<T>) Method

Summary

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

Syntax

public void AddPaths(LazyAssetList<T> list)

Parameters

Name Type Description
list LazyAssetList<T>

Return Value

Type Description
void