• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 64 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0041 秒)

51. 安卓/iOS构建 · LayaAir3.0文档 · LAYABOX [ 54%]

...址就能切换单机版和网络版,单机版的地址固定为 http://stand.alone.version/index.js。 例如,一开始是网络版,地址为: loadUrl(conch.presetUrl||"http://10.10.20.19:7788/index.js"); 要改成单机版的话,修改这里: loadUrl(conch.presetUrl||"http://stand.alon...

来源: Laya3.0_文档 发布时间: 20241025

52. 使用IDE构建工程(TypeScript-LayaNative原生服务-LayaNative工具使用) [ 54%]

...址就能切换单机版和网络版,单机版的地址固定为 `http://stand.alone.version/index.html`。 例如一开始是网络版,地址为: `loadUrl(conch.presetUrl||"http://10.10.20.19:7788/index.js");` 要改成单机版的话,修改这句话: `loadUrl(conch.presetUrl||"http://sta...

来源: Laya2.0_文档 发布时间: 20210715

53. 构建安卓项目的几个问题 [ 52%]

...clipse调试构建的项目,eclipse报错 "download file error[6]:http://stand.alone.version/src/node/Match.js",也就是说没找到js文件。 也就是说构建项目后没有图片资源也没有脚本资源在里面,,这是什么问题? 附件 : --> 2017-02-21 添加评论 免费帖 -...

来源: Laya_社区 发布时间: 20170221

54. Animation创建动画模板问题 [ 52%]

...as/actor/character/idle.json", type: Laya.Loader.ATLAS }], ActionType.MOVE_STAND);   异常信息如下: TypeError: url.indexOf is not a function at Function.URL.formatURL (file:///E:/EarlyChildhood/EARLY_GAME_001/bin/libs/laya.core.js:4418:12) at Function.Loader.getRes (file:///E:/EarlyChildhood...

来源: Laya_社区 发布时间: 20170206

55. 截屏无法实现 [ 51%]

...ugin.game_plugin_set_option("gameUrl",                 "http://stand.alone.version/index.html");         mPlugin.game_plugin_init();         View gameView = mPlugin.game_plugin_get_view();         this.setContentView(gameView);         isLoad = true;   ...

来源: Laya_社区 发布时间: 20170423

56. Laya2下ts继承报错! [ 49%]

...概说下问题所在(箭头指的是类结构的调用): 1.FAction_Stand--》2.FAction_Default--》3.FightRoleController--》4.FAction_SkillDefault--》2.FAction_Default   解析循环为啥会出现问题: 1.源码的写法是,先用一个缓存对象E将你要加载的类结构存起...

来源: Laya_社区 发布时间: 20181116

57. LayaNative中加载自己缓存的资源 [ 48%]

...加载时,会显示加载出错,并输出了出错的地址:http://stand.alone.version/data/user/0/com.layabox.game//LayaCache//appCache/download/1.png   不知道是不是Laya.loader.load是不是不能加载缓存中的资源?如果Laya.loader.load中的cache为true,能在Native下也...

来源: Laya_社区 发布时间: 20190731

58. 龙骨动画的监听回调,有时能回调,有时不能回调 [ 46%]

...if(armature == null){ return; } armature.play('fail',true); }  public playStand(armature:Laya.Skeleton){ if(armature == null){ return; } armature.play('stand',true); }  public playThinking(armature:Laya.Skeleton){ if(armature == null){ return; } armature.play('thinking',true); }  public playWin(a...

来源: Laya_社区 发布时间: 20190821

59. 单机版app构建后在 android studio 中无法访问网络 [ 44%]

...on("localize","true");  mPlugin.game_plugin_set_option("gameUrl", "http://stand.alone.version/index.html");    PS: 已注释 checkApkUpdate 方法,直接 initEngine 。 2017-11-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...

来源: Laya_社区 发布时间: 20171115

60. 请问object层中添加的sprite怎么添加点击事件 [ 39%]

...,"budai");  var flower = new Sprite(); flower.loadImage("res/ui/npc/budai/stand_ld1.png"); flower.pos(budai.x, budai.y); flower.alpha=1; flower.pivotX=25; flower.pivotY=80; flower.zOrder = budai.y; flower.autoSize = true; flower.height = 100; flower.width = 100; flower.size(100,100); flower.on(Laya...

来源: Laya_社区 发布时间: 20180722