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

Method OnDisable

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

Source from the content-addressed store, hash-verified

845}
846
847void AnimatedModel::OnDisable()
848{
849 GetScene()->Ticking.Update.RemoveTick(this);
850
851 // Base
852 ModelInstanceActor::OnDisable();
853}
854
855void AnimatedModel::OnActiveInTreeChanged()
856{

Callers

nothing calls this directly

Calls 3

GetSceneFunction · 0.85
RemoveTickMethod · 0.80
OnDisableFunction · 0.50

Tested by

no test coverage detected