Expose several resource/resource-saver functions

This commit is contained in:
Chris Cranford
2024-04-19 13:26:21 -04:00
parent 5675c76461
commit bc3dcf3d40
6 changed files with 84 additions and 4 deletions

View File

@ -116,6 +116,8 @@ public:
void add_resource_format_saver(Ref<ResourceFormatSaver> p_format_saver, bool p_at_front);
void remove_resource_format_saver(Ref<ResourceFormatSaver> p_format_saver);
ResourceUID::ID get_resource_id_for_path(const String &p_path, bool p_generate = false);
ResourceSaver() { singleton = this; }
};