LazyAssetList<T>.

MapPathToIndex() Method

Summary

Creates a dictionary that maps the resource path of each asset in this list to its index.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
LazyAssetList<T>

Syntax

public Dictionary<string, int> MapPathToIndex()

Return Value

Type Description
Dictionary<string, int>