datouboy 图片纹理切换的案例代码:ape.graphics.clear(); var texture = Laya.loader.getRes(textureUrl); ape.graphics.drawTexture(texture, 0, 0);Laya.Animation()这样的动画有类似纹理切换这样的方法吗?