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

Method _setLocalZOrder

core/2d/Node.cpp:293–296  ·  view source on GitHub ↗

zOrder setter : private method used internally to alter the zOrder variable. DON'T call this method manually

Source from the content-addressed store, hash-verified

291/// zOrder setter : private method
292/// used internally to alter the zOrder variable. DON'T call this method manually
293void Node::_setLocalZOrder(int z)
294{
295 _localZOrder = z;
296}
297
298void Node::updateOrderOfArrival()
299{

Callers 2

insertChildMethod · 0.80
reorderChildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected