[]graphics.drawTexture()如何改变层级
用graphics.drawTexture()绘制图像的时候 怎么使后一次绘制的图像层级比上一次的低 ,(除了调换绘制顺序,顺序没法改变)
如下:
this.bg.graphics.drawTexture(this.bgTexture, 100, 734, 64, 76); this.bg.graphics.drawTexture(this.bgTexture, 131, 703, 64, 76);
怎么让第二行绘制图像的层级比第一行低
如下:
this.bg.graphics.drawTexture(this.bgTexture, 100, 734, 64, 76); this.bg.graphics.drawTexture(this.bgTexture, 131, 703, 64, 76);
怎么让第二行绘制图像的层级比第一行低
没有找到相关结果
已邀请:
要回复问题请先登录
2 个回复
qian
赞同来自:
qian
赞同来自: