29 #ifndef SCENE_PRELOADER_H 30 #define SCENE_PRELOADER_H 33 #include "scene/main/node.h" 65 struct ConnectionData {
81 void _set_bundled_scene(
const Dictionary& p_scene);
87 static void _bind_methods();
91 Error load_scene(
const String& p_path);
92 String get_scene_path()
const;
95 bool can_instance()
const;
96 Node *instance()
const;
101 #endif // SCENE_PRELOADER_H Definition: scene_preloader.h:35
Definition: scene_preloader.h:53
Definition: hash_map.h:84
Definition: resource.h:89
Definition: dictionary.h:42