Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ actionScale
Method
actionScale
tests/cpp-tests/Source/ClippingNodeTest/ClippingNodeTest.cpp:141–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
Action* BasicTest::actionScale()
142
{
143
auto scale = ScaleBy::create(1.33f, 1.5f);
144
return RepeatForever::create(Sequence::create(scale, scale->reverse(), nullptr));
145
}
146
147
DrawNode* BasicTest::shape()
148
{
Callers
1
content
Method · 0.80
Calls
2
create
Function · 0.85
reverse
Method · 0.45
Tested by
no test coverage detected