Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2444
void ActionCoroutineTest::update(float delta)
2445
{
2446
_frameCount++;
2447
_label->setString(fmt::format(
"frame count : {}"
, _frameCount));
2448
}
2449
2450
std::string ActionCoroutineTest::title() const
2451
{
Callers
1
onEnter
Method · 0.45
Calls
2
format
Function · 0.50
setString
Method · 0.45
Tested by
no test coverage detected