mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix #8819. Adds _import_node() that, when used in conjunction with _import_scene, recurses through the scene tree and exports all available nodes.
This commit is contained in:
parent
06f77f941b
commit
4ed2722589
2 changed files with 17 additions and 14 deletions
|
|
@ -59,6 +59,7 @@ class TileSetEditor : public Control {
|
|||
void _menu_confirm();
|
||||
void _name_dialog_confirm(const String &name);
|
||||
|
||||
static void _import_node(Node *p_node, Ref<TileSet> p_library);
|
||||
static void _import_scene(Node *p_scene, Ref<TileSet> p_library, bool p_merge);
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue