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

Method OnLayerChanged

Source/Engine/Foliage/Foliage.cpp:1527–1531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1525}
1526
1527void Foliage::OnLayerChanged()
1528{
1529 if (_sceneRenderingKey != -1)
1530 GetSceneRendering()->UpdateActor(this, _sceneRenderingKey, ISceneRenderingListener::Layer);
1531}
1532
1533void Foliage::OnEnable()
1534{

Callers

nothing calls this directly

Calls 1

UpdateActorMethod · 0.80

Tested by

no test coverage detected