大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0109 秒)
Laya_社区(2475) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(35)
...rogressvalue); this.progressvalue.mask = this.vmask; this.changevalue = function(value) { this.targetvalue = value; target = parseInt(360 * value - 90); this.vmask.graphics.clear(); if(target == -90){ //this.vmask.graphics.drawPie(0, 0, 20, -90, -90, "#000000"); this.vmask.graphics.drawPie(0, 0...
来源: Laya_社区 发布时间: 20180725
...错了 __class(MiniAdpter,'laya.wx.mini.MiniAdpter'); MiniAdpter.getJson=function(data){ return JSON.parse(data); } 这里json解析报错,,麻烦看一下是什么问题,,, 附件里是个demo工程,可以重现的,, 1111.rar 3D模型fbx.rar 附件 : --> 2018-09-20 添加评论 ...
来源: Laya_社区 发布时间: 20180920
...报错 window is not defined 导微信小程序报错window.focus is not a function LayaNative ios上js访问不到JSBridge类中的方法,请求官方帮助, 本地调试加载本地图片都报错 laya2 发布微信开放域工程,用微信开发者工具打开报错 启动引擎报错 mPlugin...
来源: Laya_社区 发布时间: 20220311
... rayIntersectsTriangle rayPlaneIntersection Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Enumeration Interface Static method
来源: Laya3.0_api 发布时间: 20231115
...的错误 "Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that matched the signature provided." 2018-06-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: ...
来源: Laya_社区 发布时间: 20180605
...skY skewX skewY x y getMatrix initData skew Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ructor maxCount minCount time clone cloneTo Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...。 你看看index.js 里面有处理加载js失败的代码 t.onerror = function () { if (window["onLayaInitError"]) { window["onLayaInitError"]("Load script error"); } };自己重载 onLayaInitError函数进行提示吧 2018-06-13 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 你是用...
来源: Laya_社区 发布时间: 20180613
...stack runtime运行报错! 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2017-04-06 10:50 浏览: 1060 关注: 1 人 tnac • 2017-04-06 14:43 好的 我刚新建了一个项目重写了一下又没问题了额 谢谢啦 以后要是碰到这种类似的再拿...
来源: Laya_社区 发布时间: 20170406
...***207 赞同来自: 已经解决,在启动类加个js方法,用于获取: function getQueryString(name) {//JS获取URL参数 var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); var r = window.location.search.substr(1).match(reg); if (r != null) { return (r[2]); } else { return ...
来源: Laya_社区 发布时间: 20180516