
Godot Addon API Docs
SubSceneHost — API
Properties
-
Node3D _TARGET_NODE
-
String _FILE_PATH
-
bool _AUTO_LOAD = false
-
bool _PAUSE = false
-
bool _RESUME_ON_UNLOAD = false
-
float _UNLOAD_DELAY_MS = 0.0
-
FeatureUtils _SUB_FEATURE_UTILS
Methods
-
void _init(FeatureUtils feature_utils, Node3D target_node, String file_path, bool auto_load, bool pause, bool resume_on_unload, float unload_delay_ms)
-
void _setup()
-
void load_scene()
-
void unload_scene()