Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ resetRender
Method
resetRender
core/ui/UITextBMFont.cpp:188–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
void TextBMFont::resetRender()
189
{
190
this->removeProtectedChild(_labelBMFontRenderer);
191
this->initRenderer();
192
}
193
} // namespace ui
194
195
}
Callers
13
loadTextureNormal
Method · 0.45
loadTexturePressed
Method · 0.45
loadTextureDisabled
Method · 0.45
resetNormalRender
Method · 0.45
resetPressedRender
Method · 0.45
resetDisabledRender
Method · 0.45
loadBarTexture
Method · 0.45
loadProgressBarTexture
Method · 0.45
loadTextureNormal
Method · 0.45
loadTexturePressed
Method · 0.45
loadTextureDisabled
Method · 0.45
lua_ax_ui_TextBMFont_resetRender
Function · 0.45
Calls
2
initRenderer
Method · 0.95
removeProtectedChild
Method · 0.80
Tested by
no test coverage detected