var roleAni = new Laya.Animation();
roleAni.loadImages( this.aniUrls( v1, v2, tip, frames ) ).play();
roleAni.pos(x,y);
this.root.addChild( roleAni );
roleAni.pivotY = roleAni.getBounds().height;
console.log("---> ", roleAni.getBounds() );
打印为 ---> Rectangle {x: 0, y: 0, width: 0, height: 0}修改anchorY值无效