MCPcopy 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
94void ModelInstanceActor::OnDisable()
95{
96 // Base
97 Actor::OnDisable();
98
99 GetSceneRendering()->RemoveActor(this, _sceneRenderingKey);
100}

Callers

nothing calls this directly

Calls 2

OnDisableFunction · 0.50
RemoveActorMethod · 0.45

Tested by

no test coverage detected