Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
只是几个简单的问题......希望回答不太难!
如何设置从场景到场景的允许方向?
我可以为整个舞台设置它:
this.controller.setWindowOrientation("free");
但我希望能够为每个场景设置它,其中一些我不想要任何旋转......
有任何想法吗?
另外,有没有办法将方向限制为上下(纵向和反向纵向)而不是横向旋转?
非常感谢
边界者。
1)在要设置方向的场景中使用以下代码
if (this.controller.stageController.setWindowOrientation) { this.controller.stageController.setWindowOrientation("free"); }
2)为你的第二个问题设置方向左右只有它会起作用