MCPcopy Create free account
hub / github.com/defold/defold / SetPropertyTreeCallback

Function SetPropertyTreeCallback

engine/profiler/src/basic/profiler_basic.cpp:423–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421 }
422
423 void SetPropertyTreeCallback(void* ctx, FPropertyTreeCallback callback)
424 {
425 // NOTE: Called _before_ initialization
426 g_PropertyTreeCallback = callback;
427 g_PropertyTreeCallbackCtx = ctx;
428 }
429
430 SampleIterator::SampleIterator()
431 : m_Sample(0)

Callers 1

SetEnabledFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected