Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ SetTextColor
Method
SetTextColor
ogsr_engine/xrGame/ui/UIStatic.cpp:461–465 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
459
}
460
461
void CUIStatic::SetTextColor(u32 color)
462
{
463
CREATE_LINES;
464
m_pLines->SetTextColor(color);
465
}
466
467
u32 CUIStatic::GetTextColor()
468
{
Callers
1
DrawHighlightedText
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected