大约有 637 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0042 秒)
Laya_社区(472) Laya3.0_api(58) Laya2.0_api(33) laya_api(28) Laya2.0_文档(26) Laya3.0_文档(8) Laya2.0_示例(7) Laya_示例(5)
...,要怎么解决 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds 问题状态 最新活动: 2020-05-17 00:04 浏览: 492 关注: 1 人
来源: Laya_社区 发布时间: 20200517
...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
...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
... "Position Unavailable"; else if (e.code == Laya.Geolocation.TIMEOUT) errType = "Time Out"; alert('ERROR(' + errType + '): ' + e.message); } ``` 完成以上步骤之后就可以在设备上的浏览器查看效果。如果位置错误,把获取到的坐标当成谷歌...
来源: Laya2.0_文档 发布时间: 20210715
...Type = "Position Unavailable"; else if (err.code == Geolocation.TIMEOUT) errType = "Time Out"; alert('ERROR(' + errType + '): ' + err.message); } ``` 完成以上步骤之后就可以在设备上的浏览器查看效果。如果位置错误,把获取到的坐标当成谷歌坐标...
来源: Laya2.0_文档 发布时间: 20210715
...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
...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
...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
...errType = "Position Unavailable"; else if (e.code == Laya.Geolocation.TIMEOUT) errType = "Time Out"; alert('ERROR(' + errType + '): ' + e.message); } ``` 完成以上步骤之后就可以在设备上的浏览器查看效果。如果位置错误,把获取到的坐标当成谷歌坐标试试。...
来源: Laya2.0_文档 发布时间: 20210714
... errType = "Position Unavailable"; else if (e.code == Laya.Geolocation.TIMEOUT) errType = "Time Out"; alert('ERROR(' + errType + '): ' + e.message); } 完成以上步骤之后就可以在设备上的浏览器查看效果。如果位置错误,把获取到的坐标当成谷歌坐标试试。注意...
来源: Laya3.0_文档 发布时间: 20251010