AssetImporter.GetExternalObjectMap
public Dictionary<SourceAssetIdentifier,Object> GetExternalObjectMap();
Returns
Dictionary<SourceAssetIdentifier,Object> The map between a sub-asset and an external Asset.
Description 描述
Gets a copy of the external object map used by the AssetImporter.
Changing the map does not affect the state of the AssetImporter.
See Also: AssetImporter.AddRemap, AssetImporter.RemoveRemap.