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

Method setIndicatorIndexNodesScale

core/ui/UIPageView.cpp:455–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455void PageView::setIndicatorIndexNodesScale(float indexNodesScale)
456{
457 if (_indicator != nullptr)
458 {
459 _indicator->setIndexNodesScale(indexNodesScale);
460 _indicator->indicate(_currentPageIndex);
461 }
462}
463
464float PageView::getIndicatorIndexNodesScale() const
465{

Callers 2

initMethod · 0.80

Calls 2

setIndexNodesScaleMethod · 0.80
indicateMethod · 0.80

Tested by 1

initMethod · 0.64