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

Method setIndicatorIndexNodesTexture

core/ui/UIPageView.cpp:470–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470void PageView::setIndicatorIndexNodesTexture(std::string_view texName, Widget::TextureResType texType)
471{
472 if (_indicator != nullptr)
473 {
474 _indicator->setIndexNodesTexture(texName, texType);
475 _indicator->indicate(_currentPageIndex);
476 }
477}
478
479void PageView::remedyLayoutParameter(Widget* item)
480{

Callers 2

initMethod · 0.80

Calls 2

setIndexNodesTextureMethod · 0.80
indicateMethod · 0.80

Tested by 1

initMethod · 0.64