Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ setScaleMultiplier
Method
setScaleMultiplier
Source/MenuItemSpriteExtra.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void MenuItemSpriteExtra::setScaleMultiplier(float s) {
50
m_fScaleMult = s;
51
m_fSelectedScale = m_fUnselectedScale * s;
52
}
53
54
void MenuItemSpriteExtra::setSpriteFrame(std::string_view frame)
55
{
Callers
2
init
Method · 0.80
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected