Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ OnRender
Method
OnRender
ogsr_engine/xrGame/ui/UIGameTutorial.cpp:177–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
void CUISequencer::OnRender()
178
{
179
if (m_UIWindow->IsShown())
180
m_UIWindow->Draw();
181
VERIFY(m_items.size());
182
m_items.front()->OnRender();
183
}
184
185
void CUISequencer::Next()
186
{
Callers
nothing calls this directly
Calls
4
IsShown
Method · 0.80
Draw
Method · 0.45
size
Method · 0.45
front
Method · 0.45
Tested by
no test coverage detected