[Core] Expose ResourceLoader.get_resource_uid.
This commit is contained in:
@ -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; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user