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

Method SetTextureOffset

ogsr_engine/xrGame/ui/UI3tButton.cpp:159–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157void CUI3tButton::SetTextColorT(u32 color) { SetTextColor(color, CUIStatic::T); }
158
159void CUI3tButton::SetTextureOffset(float x, float y) { this->m_background.SetTextureOffset(x, y); }
160
161void CUI3tButton::DrawTexture()
162{

Callers 3

load_sharedMethod · 0.45
CUITreeViewItemMethod · 0.45
InitTextureOffsetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected