LazyAssetList<T>.

UnloadAll() Method

Summary

Calls UnityEngine.Resources.UnloadAsset(UnityEngine.Object) on every asset in this list.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
LazyAssetList<T>

Syntax

public void UnloadAll()

Return Value

Type Description
void