[Core] Expose ResourceLoader.get_resource_uid.

This commit is contained in:
Fabio Alessandrelli
2021-07-30 18:35:19 +02:00
parent 25fd4edd29
commit 9798d08ac2
3 changed files with 13 additions and 0 deletions

View File

@ -75,6 +75,7 @@ public:
PackedStringArray get_dependencies(const String &p_path);
bool has_cached(const String &p_path);
bool exists(const String &p_path, const String &p_type_hint = "");
ResourceUID::ID get_resource_uid(const String &p_path);
_ResourceLoader() { singleton = this; }
};