Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ OnEnable
Method
OnEnable
Source/Engine/Level/Actors/ModelInstanceActor.cpp:86–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
void ModelInstanceActor::OnEnable()
87
{
88
GetSceneRendering()->AddActor(this, _sceneRenderingKey);
89
90
// Base
91
Actor::OnEnable();
92
}
93
94
void ModelInstanceActor::OnDisable()
95
{
Callers
nothing calls this directly
Calls
2
OnEnable
Function · 0.85
AddActor
Method · 0.45
Tested by
no test coverage detected