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

Method toggle

core/debugger/engine_profiler.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void EngineProfiler::toggle(bool p_enable, const Array &p_array) {
50 GDVIRTUAL_CALL(_toggle, p_enable, p_array);
51}
52
53void EngineProfiler::add(const Array &p_data) {
54 GDVIRTUAL_CALL(_add_frame, p_data);

Callers 3

bindMethod · 0.45
unregister_profilerMethod · 0.45
profiler_enableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected