本文提到的三个属性 主要运用于精灵的加载顺序
三个属性的威力(优先级)排序顺序如下:
setGlobeZOrder>setLocalZOrder >setOrderOfArrival
setGlobeZOrder可以设置不同图层上的精灵加载遮挡顺序
setLocalZOrder可以设置同图层上的精灵加载遮挡顺序
setOrderOfArrival可以设置当setLocalZOrder相同时,同图层上的精灵加载遮挡顺序
cocos2dx setGlobeZOrder setLocalZOrder setOrderOfArrival
原文地址:http://cxdbk.blog.51cto.com/8808491/1690520