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

Method unload

Source/Engine/Content/Assets/SkinnedModel.cpp:889–898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887}
888
889void SkinnedModel::unload(bool isReloading)
890{
891 ModelBase::unload(isReloading);
892
893 // Cleanup
894 LODs.Clear();
895 Skeleton.Dispose();
896 _skeletonRetargets.Clear();
897 ClearSkeletonMapping();
898}
899
900AssetChunksFlag SkinnedModel::getChunksToPreload() const
901{

Callers

nothing calls this directly

Calls 2

ClearMethod · 0.45
DisposeMethod · 0.45

Tested by

no test coverage detected