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

Method OnDisable

Source/Engine/Foliage/Foliage.cpp:1541–1547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1539}
1540
1541void Foliage::OnDisable()
1542{
1543 GetSceneRendering()->RemoveActor(this, _sceneRenderingKey);
1544
1545 // Base
1546 Actor::OnDisable();
1547}
1548
1549void Foliage::OnTransformChanged()
1550{

Callers

nothing calls this directly

Calls 2

OnDisableFunction · 0.50
RemoveActorMethod · 0.45

Tested by

no test coverage detected