LazyAssetList<T>.

GetIsLoaded(int) Method

Summary

Returns true if the asset at the specified `index` has already been loaded.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
LazyAssetList<T>

Syntax

public bool GetIsLoaded(int index)

Parameters

Name Type Description
index int

Return Value

Type Description
bool