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

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

581. reflection error: can not find method signature 反射错误 [ 44%]

...,要怎么解决 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds 问题状态 最新活动: 2020-05-17 00:04 浏览: 492 关注: 1 人

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

582. laya 的list组件,如果有多页信息,怎么实现翻页丫?? [ 43%]

...ue; } else if (e.type == Laya.Event.MOUSE_UP || e.type == Laya.Event.MOUSE_OUT) { if (this.m_downValue > -1) { if (this.list_rule.scrollBar.value < this.m_downValue) { this.list_rule.scrollBar.stopScroll(); this.list_rule.tweenTo(index - 1,100); } else if (this.list_rule.scrollBar.value > t...

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

583. 如何监听移动端软键盘的弹出和收回? [ 43%]

...ocusEvent.FOCUS_IN,onFocusIn); textInput.addEventListener(FocusEvent.FOCUS_OUT,onFocusOut); private function onFocusIn(event:FocusEvent):void { textInput.text="你的键盘打开了"; } private function onFocusOut(event:FocusEvent):void { textInput.text="你的键盘消失了"; }   但这样操作...

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

584. 使用百度地图显示当前位置(JavaScript-LayaAir基础篇(JS)-硬件设备相关) [ 43%]

... "Position Unavailable"; else  if  (e.code  ==  Laya.Geolocation.TIMEOUT) errType  =  "Time Out"; alert('ERROR('  +  errType  +  '): '  +  e.message); } ``` 完成以上步骤之后就可以在设备上的浏览器查看效果。如果位置错误,把获取到的坐标当成谷歌...

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

585. 使用百度地图显示当前位置(ActionScript-LayaAir基础篇(AS3)-硬件设备相关) [ 43%]

...Type = "Position Unavailable"; else if (err.code == Geolocation.TIMEOUT) errType = "Time Out"; alert('ERROR(' + errType + '): ' + err.message); } ``` 完成以上步骤之后就可以在设备上的浏览器查看效果。如果位置错误,把获取到的坐标当成谷歌坐标...

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

586. 请问laya有没有类似翻页容器(pageView)的组件? [ 42%]

...ue; } else if (e.type == Laya.Event.MOUSE_UP || e.type == Laya.Event.MOUSE_OUT) { if (this.m_downValue > -1) { if (this.list_rule.scrollBar.value < this.m_downValue) { this.list_rule.scrollBar.stopScroll(); this.list_rule.tweenTo(index - 1,100); } else if (this.list_rule.scrollBar.value > t...

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

587. 帮忙看看Texture类getPixels内存泄漏的问题。 [ 42%]

...wCircle(0, 0, 15, "#fff"); cir.pos(p.x, p.y); cir.blendMode = "destination-out"; _colorSpr.addChild(cir); _htmlCanvas = _colorSpr.drawToCanvas(_colorTex.width, _colorTex.height, _colorSpr.x, _colorSpr.y); _tex = new Texture(_htmlCanvas); /************调用该方法导致内存泄漏*************/ v...

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

588. 加载 unity3D导入的旧版蒙皮动画时出现错误 [ 42%]

...3792110]GL ERROR :GL_INVALID_OPERATION : glDrawElements: attempt to access out of range vertices in attribute 2 INVALID_VALUE: uniformMatrix4fv: invalid srcOffset 然后模型部份位置错乱   加载动画使用官网的旧版例子中的代码   addSkinComponent(spirit3D: Laya.Sprite3D): void ...

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

589. 使用百度地图显示当前位置(TypeScript-LayaAir基础篇(TS)-硬件设备相关) [ 42%]

...errType = "Position Unavailable"; else if (e.code == Laya.Geolocation.TIMEOUT) errType = "Time Out"; alert('ERROR(' + errType + '): ' + e.message); } ``` 完成以上步骤之后就可以在设备上的浏览器查看效果。如果位置错误,把获取到的坐标当成谷歌坐标试试。...

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

590. 使用百度地图 · LayaAir3.3 · 引擎文档 · LAYABOX [ 42%]

... errType = "Position Unavailable"; else if (e.code == Laya.Geolocation.TIMEOUT) errType = "Time Out"; alert('ERROR(' + errType + '): ' + e.message); } 完成以上步骤之后就可以在设备上的浏览器查看效果。如果位置错误,把获取到的坐标当成谷歌坐标试试。注意...

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