Egret Engine(七):旋转模式

阅读 57

2022-07-14


参考链接:​​旋转模式​​ 代码:

// this.stage.orientation = egret.OrientationMode.AUTO;
// this.stage.orientation = egret.OrientationMode.PORTRAIT;
// this.stage.orientation = egret.OrientationMode.LANDSCAPE_FLIPPED;
this.stage.orientation = egret.OrientationMode.LANDSCAPE;

const text = new egret.TextField();
text.text = "ProsperLee Lee";
this.addChild(text);


精彩评论(0)

0 0 举报