Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ DestroyBone
Function
DestroyBone
engine/modelc/src/modelimporter.cpp:124–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
static void DestroyBone(Bone* bone)
125
{
126
bone->m_Children.SetCapacity(0);
127
free((void*)bone->m_Name);
128
bone->m_Name = 0;
129
}
130
131
static void DestroySkin(Skin* skin)
132
{
Callers
1
DestroySkin
Function · 0.85
Calls
2
free
Function · 0.85
SetCapacity
Method · 0.45
Tested by
no test coverage detected