MCPcopy 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
141Action* BasicTest::actionScale()
142{
143 auto scale = ScaleBy::create(1.33f, 1.5f);
144 return RepeatForever::create(Sequence::create(scale, scale->reverse(), nullptr));
145}
146
147DrawNode* BasicTest::shape()
148{

Callers 1

contentMethod · 0.80

Calls 2

createFunction · 0.85
reverseMethod · 0.45

Tested by

no test coverage detected