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

Method OnSkinnedModelLoaded

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

Source from the content-addressed store, hash-verified

982}
983
984void AnimatedModel::OnSkinnedModelLoaded()
985{
986 Entries.SetupIfInvalid(SkinnedModel);
987 GraphInstance.Invalidate();
988 PreInitSkinningData();
989}
990
991void AnimatedModel::OnGraphChanged()
992{

Callers

nothing calls this directly

Calls 2

SetupIfInvalidMethod · 0.80
InvalidateMethod · 0.45

Tested by

no test coverage detected