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

大约有 486 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0045 秒)

451. 这个怎么办 laya.core.js:16463 Uncaught TypeError: Cannot read property '_tf' of null [ 50%]

...出报错Uncaught getUint16 error - Out of bounds 莫名其妙的报错,this.getStyle()是null 射线检测报错,outHitInfo.sprite3D=null; 问题状态 最新活动: 2018-10-25 14:42 浏览: 1159 关注: 2 人 123黄 • 2018-10-27 11:30 解决了 http://ask.layabox.com/questio ... 30656

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

452. dialog的lock属性没出现 [ 50%]

...log (1).png", "res/ui/close.png"]; Laya.loader.load(assets, Handler.create(this, onSkinLoadComplete)); } private function onSkinLoadComplete(e:*=null):void { var dialog:Dialog = new Dialog(); var bg:Image = new Image(assets[0]); dialog.addChild(bg); var button:Button = new Button(assets[1]); button....

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

453. Uncaught Can not find class EffectAnimation undefined [ 49%]

...tBitmapData Cannot find the specified character in all fonts:263c Warning!,this class[MiniAdpter] already exist: Object {init: } 2.0.0编译报错Cannot find global type 'Array' 构建app后导入AS报错Could not find com.android.tools.build:gradle:3.1.2. 问题状态 最新活动: 2019-02-13 11:25...

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

454. LAYABOX游戏实时语音之APP版本 [ 49%]

....getInstance().uninit(); } public void login( final String userId){ that = this;//反射需要指定的对像,在抛到主线程后this的对像不一样了,先把他用that存这,如果你们有更好的办法可以说下,我是临时用两天时间边学边做,不太懂JAVA(PS:压根...

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

455. textinput(type=password)手机打开华为安全键盘后,无法关闭(官网的例子) [ 49%]

...s/ui/input (4).png"];         Laya.loader.load(skins, Handler.create(this, onLoadComplete)); //加载资源。     })();     function onLoadComplete()     {         for (var i = 0; i < skins.length; ++i)         {             var input = createInput(skins[i]); ...

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

456. 资源加载(TypeScript-3D基础(TS)-LayaAir3D之资源加载) [ 49%]

.../PangZi-Take 001.lani",]; Laya.loader.create(resource, Laya.Handler.create(this, this.onPreLoadFinish)); } onPreLoadFinish() { //初始化3D场景 _scene = Laya.stage.addChild(Laya.Loader.getRes("res/threeDimen/scene/TerrainScene/XunLongShi.ls")); //获取相机 var camera = _scene.getChildByName("M...

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

457. Laya2.0版本linkSprite3DToAvatarNode无法正常使用了,因为新插件导出的动画没有avatar文件了,导致挂载不上 [ 48%]

...priteToAnimationNode=function(sprite,nodeName,isLink){         if (this._avatar){ 这一步必须要有 avatar 文件,但是用新的2.0插件导出的角色不带avatar文件导致无法挂载,可在GameUI.ts 41行下断点调试进入查看。   var actor = Laya.Loader.getRes("res/Lay...

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

458. [LayaAir3]dialog弹窗打开前如何传入参数刷新界面? [ 48%]

...意见? Laya.Scene.load(view.url).then((scene) => {             this.openList.set(id, scene);             scene.onEnable();             scene.onOpened(param);             scene.open(false, param);         });   附件 : --> 2023-12-21 添加评论 免费帖 --> 分...

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

459. 用xml描述创建一个clip,interval字段妖孽无效 [ 48%]

...  clip.play();                 }                 this.ElementView.addChild(clip);             } config.xml本份规矩,老老实实,勤勤恳恳用utf8编码的,长这个样子 <layout>         <clip id="1" res="res/logo.png" anchorX="0.5" ancho...

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

460. 加载.atlas动画错误 [ 48%]

...dAtlas("http://10.10.20.58/chicken/res ... ot%3B,laya.utils.Handler.create(this,function(){ //添加到舞台 Laya.stage.addChild(roleAni); roleAni.play(); }));     代码就这几行.... 2018-03-22 0 0 分享 微博 QZONE 微信 wdmingzi2 赞同来自: 只是单纯的调用加载接口  然后...

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