| 2803 | } |
| 2804 | |
| 2805 | Ref<SceneState> Node::get_scene_instance_state() const { |
| 2806 | return data.instance_state; |
| 2807 | } |
| 2808 | |
| 2809 | void Node::set_scene_inherited_state(const Ref<SceneState> &p_state) { |
| 2810 | ERR_THREAD_GUARD |
no outgoing calls
no test coverage detected