MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / OnDisable

Method OnDisable

Source/Engine/Level/Actors/ExponentialHeightFog.cpp:229–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void ExponentialHeightFog::OnDisable()
230{
231#if USE_EDITOR
232 GetSceneRendering()->RemoveViewportIcon(this);
233#endif
234 GetSceneRendering()->RemoveActor(this, _sceneRenderingKey);
235
236 // Base
237 Actor::OnDisable();
238}
239
240void ExponentialHeightFog::OnTransformChanged()
241{

Callers

nothing calls this directly

Calls 2

OnDisableFunction · 0.50
RemoveActorMethod · 0.45

Tested by

no test coverage detected