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

Method progressTimerNodeWithRenderTexture

core/2d/TransitionProgress.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119ProgressTimer* TransitionProgress::progressTimerNodeWithRenderTexture(RenderTexture* /*texture*/)
120{
121 AXASSERT(false, "override me - abstract class");
122 return nullptr;
123}
124
125// TransitionProgressRadialCCW
126

Callers

nothing calls this directly

Calls 9

createFunction · 0.85
setReverseDirectionMethod · 0.80
setPercentageMethod · 0.80
setMidpointMethod · 0.80
Vec2Class · 0.70
getSpriteMethod · 0.45
setTypeMethod · 0.45
setPositionMethod · 0.45
setAnchorPointMethod · 0.45

Tested by

no test coverage detected