大约有 19 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0035 秒)
...droid 项目 在构建的项目中打开MainActivity.java,搜索 mPlugin.game_plugin_set_option("localize","false"); 单机版需要设置为"true",如mPlugin.game_plugin_set_option("localize","true"); 如果要设置为网络版,就要修改为:mPlugin.game_plugin_set_option("localize","fal...
来源: Laya3.0_文档 发布时间: 20250104
...roid 项目 在构建的项目中打开MainActivity.java,搜索 `mPlugin.game_plugin_set_option("localize","false");` 单机版需要设置为"true",如`mPlugin.game_plugin_set_option("localize","true");` 如果要设置为网络版,就要修改为:`mPlugin.game_plugin_set_option("localize",...
来源: Laya2.0_文档 发布时间: 20210715
...网络版。 在构建的项目中打开MainActivity.java,搜索 mPlugin.game_plugin_set_option("localize","false"); 单机版需要设置为"true",如mPlugin.game_plugin_set_option("localize","true"); 如果要设置为网络版,就要修改为:mPlugin.game_plugin_set_option("localize","fal...
来源: Laya3.0_文档 发布时间: 20251010
... mPlugin.game_plugin_set_runtime_proxy(mProxy); mPlugin.game_plugin_set_option("localize", "true"); mPlugin.game_plugin_set_option("gameUrl", "http://stand.alone.version/index.html"); mPlugin.game_plugin_init(); ...
来源: Laya_社区 发布时间: 20170423
...meEngine(this); mPlugin.game_plugin_set_runtime_proxy(mProxy); mPlugin.game_plugin_set_option("localize","false"); mPlugin.game_plugin_set_option("gameUrl", ""); mPlugin.game_plugin_init(3); View gameView = mPlugin.game_plugin_get_view(); this.setContentView(gameView); isLoad=true; ...
来源: Laya_社区 发布时间: 20170906
...题。 06-20 19:10:18.120 5371-5371/com.ReleaseTest.Four E/LayaGameEngine: game_plugin_set_option key=localize value=false 06-20 19:10:18.120 5371-5371/com.ReleaseTest.Four E/LayaGameEngine: game_plugin_set_option key=gameUrl value=http://192.168.0.145/Release/l ... .html 06-20 19:10:18.121 5371-537...
来源: Laya_社区 发布时间: 20170620
... mPlugin.game_plugin_set_runtime_proxy(mProxy); mPlugin.game_plugin_set_option("localize","false"); mPlugin.game_plugin_set_option("gameUrl", "http://10.0.0.114:8900/bin/index.html"); mPlugin.game_plugin_init(); View gameView = mPlugin.g...
来源: Laya_社区 发布时间: 20170517
...t;>>>>>>> 11-15 14:08:16.661: E/LayaGameEngine(1879): game_plugin_set_option key=localize value=false 11-15 14:08:16.661: E/LayaGameEngine(1879): game_plugin_set_option key=gameUrl value=http://zqzmh5banshu.05wan.com 11-15 14:08:16.661: D/LayaGameEngine(1879): game_plugin_init u...
来源: Laya_社区 发布时间: 20171115
...中。 在游戏中加载入口页的话,还是用的本地加载mPlugin.game_plugin_set_option("localize", "true"); mPlugin.game_plugin_set_option("gameUrl", "http://stand.alone.version/ind ... 6quot;); 因为我觉得资源还是存在本地,只是位置变了,所以没有改成网络加载...
来源: Laya_社区 发布时间: 20180327
...界面出现网络访问出错。 查看 MainActivity 中: mPlugin.game_plugin_set_option("localize","true"); mPlugin.game_plugin_set_option("gameUrl", "http://stand.alone.version/index.html"); PS: 已注释 checkApkUpdate 方法,直接 initEngine 。 2017-11-15 添加评论 免费...
来源: Laya_社区 发布时间: 20171115