这导致我的UI设置bottom属性无效,请问是怎么回事呢 谢谢
static width:number=450;
static height:number=1000;
static scaleMode:string="fixedwidth";
static screenMode:string="none";
static alignV:string="middle";
static alignH:string="left";
如图:1000是我的设计高度,而stage.height始终等于这个高度,而不是设备的高度.
