Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
bool WindowBase::IsVisible() const
152
{
153
return _visible;
154
}
155
156
void WindowBase::SetIsVisible(bool isVisible)
157
{
Callers
2
Update
Method · 0.45
MacWindow.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected