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