Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ Draw
Method
Draw
ogsr_engine/xrGame/UIGameCustom.cpp:192–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
void SDrawStaticStruct::Draw()
193
{
194
if (m_static && m_static->IsShown())
195
m_static->Draw();
196
}
197
198
void SDrawStaticStruct::Update()
199
{
Callers
1
Render
Method · 0.45
Calls
1
IsShown
Method · 0.80
Tested by
no test coverage detected