MCPcopy 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}
180void Bone3D::removeChildBone(Bone3D* bone)
181{
182 _children.eraseObject(bone);
183}
184void Bone3D::removeAllChildBone()
185{
186 _children.clear();

Callers

nothing calls this directly

Calls 1

eraseObjectMethod · 0.80

Tested by

no test coverage detected