MCPcopy Create free account
hub / github.com/axmolengine/axmol / callback

Method callback

tests/cpp-tests/Source/SchedulerTest/SchedulerTest.cpp:1150–1153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1148}
1149
1150void ScheduleCallbackTest::callback(float dt)
1151{
1152 AXLOGD("In the callback of schedule(AX_CALLBACK_1(XXX::member_function), this), this, ...), dt = {}", dt);
1153}
1154
1155// ScheduleUpdatePriority
1156

Callers

nothing calls this directly

Calls 1

unscheduleMethod · 0.45

Tested by

no test coverage detected