Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ Render
Method
Render
ogsr_engine/xrGame/UIZoneMap.cpp:91–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void CUIZoneMap::Render()
92
{
93
m_clipFrame->Draw();
94
m_background->Draw();
95
m_compass->Draw();
96
}
97
98
void CUIZoneMap::SetHeading(float angle) const
99
{
Callers
nothing calls this directly
Calls
1
Draw
Method · 0.45
Tested by
no test coverage detected