Places this layer behind all other layers with the same parent.译:这一层放置在同一superLayer的所有其他层后面。
layerA = new Layer layerB = new Layer layerC = new Layer # Draw layerC last layerC.sendToBack()