Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ Draw
Method
Draw
ogsr_engine/xrGame/UIFrameRect.cpp:166–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
void CUIFrameRect::Draw()
167
{
168
if (!uFlags.is(flValidSize))
169
UpdateSize();
170
171
for (int k = 0; k < fmMax; ++k)
172
if (m_itm_mask.test(u16(1 << k)))
173
frame[k].Render();
174
}
175
176
void CUIFrameRect::Update() {}
177
Callers
nothing calls this directly
Calls
5
fis_zero
Function · 0.85
Draw
Function · 0.85
is
Method · 0.80
test
Method · 0.45
Render
Method · 0.45
Tested by
no test coverage detected