MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / DetachAllChildren

Method DetachAllChildren

GTE/Graphics/Node.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void Node::DetachAllChildren()
90{
91 for (auto& current : mChild)
92 {
93 DetachChild(current);
94 }
95}
96
97std::shared_ptr<Spatial> Node::SetChild(int32_t i,
98 std::shared_ptr<Spatial> const& child)

Callers 1

DetachAllMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected