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

Method update

tests/cpp-tests/Source/ActionsTest/ActionsTest.cpp:2444–2448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2442}
2443
2444void ActionCoroutineTest::update(float delta)
2445{
2446 _frameCount++;
2447 _label->setString(fmt::format("frame count : {}", _frameCount));
2448}
2449
2450std::string ActionCoroutineTest::title() const
2451{

Callers 1

onEnterMethod · 0.45

Calls 2

formatFunction · 0.50
setStringMethod · 0.45

Tested by

no test coverage detected