Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ removeChildBone
Method
removeChildBone
core/3d/Skeleton3D.cpp:180–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
_children.erase(index);
179
}
180
void Bone3D::removeChildBone(Bone3D* bone)
181
{
182
_children.eraseObject(bone);
183
}
184
void Bone3D::removeAllChildBone()
185
{
186
_children.clear();
Callers
nothing calls this directly
Calls
1
eraseObject
Method · 0.80
Tested by
no test coverage detected