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

Method View

src/ui/View.cpp:104–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104View::View(Engine::BaseEngine& e)
105 : m_Engine(e)
106{
107 assert(e.getJobManager().isSameThread());
108 m_IsHidden = false;
109 m_pParent = nullptr;
110
111 m_Translation = Math::float2(0, 0);
112 m_Size = Math::float2(1, 1);
113 m_Alignment = EAlign::A_TopLeft;
114
115 ViewUtil::PosUvVertex::init();
116}
117
118View::~View()
119{

Callers

nothing calls this directly

Calls 1

isSameThreadMethod · 0.80

Tested by

no test coverage detected