MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / GetVisibility

Method GetVisibility

ZEngine/src/UIComponent.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 bool UIComponent::GetVisibility() const {
25 return m_visibility;
26 }
27
28 void UIComponent::SetParentLayer(const Ref<Layers::ImguiLayer>& layer) {
29 m_parent_layer = layer;

Callers 1

RenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected