Loads the asset header. The asset index. The data. True if cannot load data, otherwise false
| 376 | /// <param name="data">The data.</param> |
| 377 | /// <returns>True if cannot load data, otherwise false</returns> |
| 378 | bool LoadAssetHeader(const int32 index, AssetInitData& data) |
| 379 | { |
| 380 | return LoadAssetHeader(GetEntry(index), data); |
| 381 | } |
| 382 | |
| 383 | /// <summary> |
| 384 | /// Loads the asset header. |
no test coverage detected