MCPcopy Create free account
hub / github.com/axmolengine/axmol / sortAllProtectedChildren

Method sortAllProtectedChildren

core/2d/ProtectedNode.cpp:258–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void ProtectedNode::sortAllProtectedChildren()
259{
260 if (_reorderProtectedChildDirty)
261 {
262 sortNodes(_protectedChildren);
263 _reorderProtectedChildDirty = false;
264 }
265}
266
267void ProtectedNode::reorderProtectedChild(ax::Node* child, int localZOrder)
268{

Callers 1

visitTargetMethod · 0.80

Calls 1

sortNodesFunction · 0.85

Tested by

no test coverage detected