[]舞台对齐问题
刚才测试
//设置适配模式
Laya.stage.scaleMode = "fixedwidth";
//设置横竖屏
Laya.stage.screenMode = "vertical";
//设置剧中对齐
// Laya.stage.alignH = "center";
Laya.stage.alignV = "middle";
这样想居中 对齐 但 Laya.stage.alignV 改变属性没有任何效果
//设置适配模式
Laya.stage.scaleMode = "fixedwidth";
//设置横竖屏
Laya.stage.screenMode = "vertical";
//设置剧中对齐
// Laya.stage.alignH = "center";
Laya.stage.alignV = "middle";
这样想居中 对齐 但 Laya.stage.alignV 改变属性没有任何效果
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
cuixueying
赞同来自: