Property AssetToFiles
AssetToFiles
Map of asset to file dependencies. First dependency in the list is the main file for an asset.
Declaration
public Dictionary<GUID, List<string>> AssetToFiles { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<GUID, List<string>> |