Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ ClearAnimationLayers
Method
ClearAnimationLayers
trinity/Tr2GrannyAnimation.cpp:833–840 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
831
}
832
833
void Tr2GrannyAnimation::ClearAnimationLayers()
834
{
835
for( auto& [_, layer] : m_animationLayers )
836
{
837
layer.Cleanup();
838
}
839
m_animationLayers.clear();
840
}
841
842
bool Tr2GrannyAnimation::InitializeBoundingInfo()
843
{
Callers
nothing calls this directly
Calls
1
Cleanup
Method · 0.45
Tested by
no test coverage detected