MCPcopy 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
160void UICanvas::OnEnable()
161{
162 UICANVAS_INVOKE(Enable);
163
164 // Base
165 Actor::OnEnable();
166}
167
168void UICanvas::OnDisable()
169{

Callers

nothing calls this directly

Calls 1

OnEnableFunction · 0.85

Tested by

no test coverage detected