Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ SetTextureColor
Method
SetTextureColor
ogsr_engine/xrGame/UIFrameRect.cpp:233–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
void CUIFrameRect::SetTextureColor(u32 cl)
234
{
235
for (int i = 0; i < fmMax; ++i)
236
frame[i].SetColor(cl);
237
}
Callers
3
HighlightSpot
Method · 0.45
Init
Method · 0.45
SetupCurrentMap
Method · 0.45
Calls
1
SetColor
Method · 0.45
Tested by
no test coverage detected