MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / Render

Method Render

ogsr_engine/xrGame/ui/UIFrameLine.cpp:119–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117//////////////////////////////////////////////////////////////////////////
118
119void CUIFrameLine::Render()
120{
121 // If size changed - update size
122 if (!(uFlags & flValidSize))
123 UpdateSize();
124 // Now render all statics
125 for (int i = 0; i < flMax; ++i)
126 {
127 elements[i].Render();
128 }
129}

Callers 6

DrawMethod · 0.45
DrawTextureMethod · 0.45
DrawMethod · 0.45
DrawTextureMethod · 0.45
DrawMethod · 0.45
DrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected