29 #ifndef RESOURCE_PRELOADER_H 30 #define RESOURCE_PRELOADER_H 33 #include "scene/main/node.h" 42 void _set_resources(
const Array& p_data);
43 Array _get_resources()
const;
48 static void _bind_methods();
52 void add_resource(
const StringName& p_name,
const RES& p_resource);
53 void remove_resource(
const StringName& p_name);
55 bool has_resource(
const StringName& p_name)
const;
64 #endif // RESOURCE_PRELOADER_H
Definition: reference.h:78
Definition: string_db.h:48
Definition: resource_preloader.h:35