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

Method OnActiveInTreeChanged

Source/Engine/Level/Actors/AnimatedModel.cpp:855–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853}
854
855void AnimatedModel::OnActiveInTreeChanged()
856{
857 GraphInstance.Invalidate();
858
859 // Base
860 ModelInstanceActor::OnActiveInTreeChanged();
861}
862
863void AnimatedModel::UpdateBounds()
864{

Callers

nothing calls this directly

Calls 1

InvalidateMethod · 0.45

Tested by

no test coverage detected