Egret Engine 2D - 缩放模式和旋转模式说明
Posted 阿里P7之路
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Egret Engine 2D - 缩放模式和旋转模式说明相关的知识,希望对你有一定的参考价值。
缩放模式和旋转模式说明 |
缩放模式showAll 常用
noScale
noBorder
exactFit 次常用
fixedWidth
fixedHeight
fixedNarrow
fixedWide
|
旋转设置
auto
portrait
landscape
landscapeFipped 和landscape的方向相反
<body> <divdata-orientation="auto" > </div> </body>可在代码里设置this.stage.orientation = egret.OrientationMode.AUTO;
|
以上是关于Egret Engine 2D - 缩放模式和旋转模式说明的主要内容,如果未能解决你的问题,请参考以下文章