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

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

3451. 求绘制遮罩会引起黑屏的解决办法 [ 52%]

...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

3452. ts项目,微信小游戏3D, 加载3D模型,报错,pc端是正常的 [ 52%]

...错了 __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

3453. 自定义sprite shader时. laya.core里报错。 gl.createProgram属性找不到 [ 52%]

...报错 window is not defined 导微信小程序报错window.focus is not a function LayaNative ios上js访问不到JSBridge类中的方法,请求官方帮助, 本地调试加载本地图片都报错 laya2 发布微信开放域工程,用微信开发者工具打开报错 启动引擎报错 mPlugin...

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

3454. laya.d3.utils.Picker_API3.0 [ 52%]

... rayIntersectsTriangle rayPlaneIntersection Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Enumeration Interface Static method

来源: Laya3.0_api 发布时间: 20231115

3455. Failed to execute 'texImage2D怎么处理? [ 52%]

...的错误 "Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that matched the signature provided." 2018-06-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: ...

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

3456. laya.ani.bone.Transform_API3.0 [ 52%]

...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

3457. laya.d3.core.particleshuriken.module.Burst_API3.0 [ 52%]

...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

3458. Laya native 有时候会卡在logo这个页面 [ 52%]

...。 你看看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

3459. js报错Could not find object with given id [ 52%]

...stack runtime运行报错! 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2017-04-06 10:50 浏览: 1060 关注: 1 人 tnac • 2017-04-06 14:43 好的 我刚新建了一个项目重写了一下又没问题了额 谢谢啦 以后要是碰到这种类似的再拿...

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

3460. layabox 程序 访问index.html?key='aaa' key参数启动类怎么获取? [ 52%]

...***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