This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class_name ThreadInstancer | |
extends Node | |
## Instantiate a scene in a thread and adds its nodes to the scene tree in batches. | |
# Signals | |
signal scene_loaded(scene: PackedScene) | |
signal root_node_instantiated(node: Node) | |
signal node_instantiated(node: Node) | |
signal batch_instantiated |