MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / instance_create2

Method instance_create2

servers/rendering_server.cpp:3612–3617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3610}
3611
3612RID RenderingServer::instance_create2(RID p_base, RID p_scenario) {
3613 RID instance = instance_create();
3614 instance_set_base(instance, p_base);
3615 instance_set_scenario(instance, p_scenario);
3616 return instance;
3617}
3618
3619bool RenderingServer::is_render_loop_enabled() const {
3620 return render_loop_enabled;

Callers 11

_set_selected_nodesMethod · 0.80
_set_clipboard_dataMethod · 0.80
_notificationMethod · 0.80
make_mesh_previewsMethod · 0.80
_get_editor_dataMethod · 0.80
_init_indicatorsMethod · 0.80
_init_gridMethod · 0.80
create_instanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected