Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ OnEnable
Method
OnEnable
Source/Engine/UI/UICanvas.cpp:160–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
void UICanvas::OnEnable()
161
{
162
UICANVAS_INVOKE(Enable);
163
164
// Base
165
Actor::OnEnable();
166
}
167
168
void UICanvas::OnDisable()
169
{
Callers
nothing calls this directly
Calls
1
OnEnable
Function · 0.85
Tested by
no test coverage detected