大约有 29 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0031 秒)
...rtrait:传感器竖屏旋转 * fullSensor:随传感器旋转 */ window.screenOrientation = "reversePortrait"; // 设置屏幕为竖屏 // loadLib("libs/laya.core.js"); ...... 请不要在index.js文件里编写任何逻辑代码,如果编写可能会发生未知的错误。 Copyright ©Layabox...
来源: Laya3.0_文档 发布时间: 20251010
.../> <meta name='laya' logoimg='logo.png' logobkcolor='#ffffff' screenorientation='landscape' cacheid='fffffffff' /> </head> <body style='margin:0;overflow:none;overflow-x:hidden;overflow-y:hidden;background-color: #000;'> <!-------定义变量赋值--------> <s...
来源: Laya_社区 发布时间: 20170413
.../> <meta http-equiv='expires' content='0' /> <meta name='laya' screenorientation='landscape' /> <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'> <meta http-equiv='expires' content='0' /> <meta http-equiv='Cache-Control' content='no-siteapp' /> </head...
来源: Laya_社区 发布时间: 20170711
..._landscape 横屏(双方向) * sensor_portrait 竖屏(双方向) */ window.screenOrientation = "sensor_portrait"; //-----libs-begin----- loadLib("libs/laya.core.js") loadLib("libs/laya.webgl.js") // loadLib("libs/laya.ui.js") loadLib("libs/laya.d3.js") // loadLib("libs/laya.physics.js") loadLib("lib...
来源: Laya_社区 发布时间: 20181015
...; <meta name='360-fullscreen' content='true' /> <meta name="laya" screenorientation ="landscape"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta http-equiv='expires' content='0' /> <meta http-equiv="Cache-Control" content="no-siteapp"/> </head...
来源: Laya_社区 发布时间: 20201003
...lt;meta http-equiv='expires' content='0' /> <meta name='laya' screenorientation='landscape' /> <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'> <meta http-equiv='expires' content='0' /> <meta http-equiv='Cache-Control' content='no-sit...
来源: Laya_社区 发布时间: 20170810
...的,用来设置横竖屏和其他配置,例如: <meta name='laya' screenorientation='landscape' > script标签最好是src=’xxx’的形式,因为内联形式的脚本比较复杂,无法用正则表达式解析,很可能会导致解析出错。 其他的一切都不支持。所以...
来源: Laya_社区 发布时间: 20170531
...nt='0' /> <meta name='laya' logoimg='logo.png' logobkcolor='#ffffff' screenorientation='landscape' cacheid='fffffffff' /> </head> <body style='margin:0;overflow:none;overflow-x:hidden;overflow-y:hidden;background-color: #000;'> <script type="text/javascript" src="bytebuffer.j...
来源: Laya_社区 发布时间: 20180310
...string/app_name"> <activity android:name="demo.MainActivity" android:screenOrientation="landscape" android:windowSoftInputMode="stateHidden|adjustPan" android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation" android:label="@string/app_name" > <intent-filter>...
来源: Laya_社区 发布时间: 20170722