[]问下tiledmap类中的renderOrder应该怎么用

不同的order会有什么影响?选用哪种比较好?
已邀请:

cuixueying

赞同来自:

 
	/**地图格子从左上角开始渲染*/
public static const RENDERORDER_RIGHTDOWN:String = "right-down";
/**地图格子从左下角开始渲染*/
public static const RENDERORDER_RIGHTUP:String = "right-up";
/**地图格子从右上角开始渲染*/
public static const RENDERORDER_LEFTDOWN:String = "left-down";
/**地图格子右下角开始渲染*/
public static const RENDERORDER_LEFTUP:String = "left-up";
  RenderOrder是地图格子渲染的表现形式,分为以上四种,性能都是一样的,你可以写个Demo,测试下每种样式的表现效果以及性能问题!

要回复问题请先

商务合作
商务合作