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

Method resetNormalRender

core/ui/UIButton.cpp:945–956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

943}
944
945void Button::resetNormalRender()
946{
947 _normalFileName = "";
948 _normalTexType = TextureResType::LOCAL;
949
950 _normalTextureSize = Vec2(0, 0);
951
952 _normalTextureLoaded = false;
953 _normalTextureAdaptDirty = false;
954
955 _buttonNormalRenderer->resetRender();
956}
957void Button::resetPressedRender()
958{
959 _clickedFileName = "";

Callers 1

Calls 2

Vec2Function · 0.50
resetRenderMethod · 0.45

Tested by

no test coverage detected