[]求解:能通过改变Sprite的宽高,让Sprite里的Child缩放吗?【附图】

Flash是可以缩放的。

是不是我我使用Laya的姿势不对..Laya要通过什么方式实现呢?求解求解..
hiFlash.png hiLaya.png
已邀请:

cuixueying

赞同来自:

LayaAir下,缩放父级容器,子对象也是会跟随父级对象一起缩放的!LayaAir下不支持rotationX,rotationY,rotationZ属性,只支持rotation直接进行平面2D Z方向旋转!

ohkei - as3、as2、h5

赞同来自:

Laya.init(640, 1000);
            
rule_ct = new Sprite();
rule_ct.loadImage("rule_txt.jpg", 0, 0, 0, 0, function(){
    rule_ct.width = 1280;
});    
改变Sprite的宽高, 图片并未变化是怎么回事?

要回复问题请先

商务合作
商务合作