Is there a performance difference in where you put your anchors in NGUI? If I want to labels, one in the top left and the other in the top right corner, should I add them to the same panel and add an anchor to each of them, or should I create a panelTopLeft and a panelTopRight, each with an anchor on its own? Or does it come down to personal preference?