Add Content.GetEditorAssetPath

This commit is contained in:
Wojciech Figat
2022-08-08 11:48:16 +02:00
parent a4cdca80fc
commit 0eba11f1eb
3 changed files with 13 additions and 0 deletions

View File

@@ -320,6 +320,11 @@ bool Content::GetAssetInfo(const StringView& path, AssetInfo& info)
#endif
}
String Content::GetEditorAssetPath(const Guid& id)
{
return Cache.GetEditorAssetPath(id);
}
Array<Guid> Content::GetAllAssets()
{
Array<Guid> result;