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

Method SetTextureColor

ogsr_engine/xrGame/ui/UIStatic.cpp:114–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112ui_shader& CUIStatic::GetShader() { return m_UIStaticItem.GetShader(); }
113
114void CUIStatic::SetTextureColor(u32 color) { m_UIStaticItem.SetColor(color); }
115
116u32 CUIStatic::GetTextureColor() const { return m_UIStaticItem.GetColor(); }
117

Callers 5

UpdateProgressBarMethod · 0.45
InitTextureMethod · 0.45
SetColorMethod · 0.45
ColorizeItemsMethod · 0.45
SetGameTaskMethod · 0.45

Calls 1

SetColorMethod · 0.45

Tested by

no test coverage detected