Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ process
Method
process
core/os/main_loop.cpp:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
bool MainLoop::process(double p_time) {
72
bool quit = false;
73
GDVIRTUAL_CALL(_process, p_time, quit);
74
return quit;
75
}
76
77
void MainLoop::finalize() {
78
GDVIRTUAL_CALL(_finalize);
Callers
4
_prepare_onion_layers_2_step_prepare
Method · 0.45
test_node.h
File · 0.45
test_control.h
File · 0.45
test_timer.h
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected