MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / BarView

Method BarView

src/ui/BarView.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11extern bgfx::ProgramHandle imguiGetImageProgram(uint8_t _mip);
12
13UI::BarView::BarView(Engine::BaseEngine& e)
14 : View(e)
15{
16 m_Value = 1.0f;
17 setInnerOffset(INNER_OFFSET_DEFAULT);
18}
19
20UI::BarView::~BarView()
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected