MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsVisible

Method IsVisible

Source/Engine/Platform/Base/WindowBase.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151bool WindowBase::IsVisible() const
152{
153 return _visible;
154}
155
156void WindowBase::SetIsVisible(bool isVisible)
157{

Callers 2

UpdateMethod · 0.45
MacWindow.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected