MCPcopy 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
177void CUISequencer::OnRender()
178{
179 if (m_UIWindow->IsShown())
180 m_UIWindow->Draw();
181 VERIFY(m_items.size());
182 m_items.front()->OnRender();
183}
184
185void CUISequencer::Next()
186{

Callers

nothing calls this directly

Calls 4

IsShownMethod · 0.80
DrawMethod · 0.45
sizeMethod · 0.45
frontMethod · 0.45

Tested by

no test coverage detected