MCPcopy 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
192void SDrawStaticStruct::Draw()
193{
194 if (m_static && m_static->IsShown())
195 m_static->Draw();
196}
197
198void SDrawStaticStruct::Update()
199{

Callers 1

RenderMethod · 0.45

Calls 1

IsShownMethod · 0.80

Tested by

no test coverage detected