public Dictionary<SourceAssetIdentifier,Object> GetExternalObjectMap ();

반환

Dictionary<SourceAssetIdentifier,Object> The map between a sub-asset and an external Asset.

설명

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.