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

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

2751. 渠道对接中conchMarket如何获得? [ 56%]

...数]) ; var sData={type:"test"}; conchMarket.login(JSON.stringify(sData),function(data){ console.log(data); // 数据处理. });conchMarket是通过二次开发教程里的方式实例化吗?采用call(login, callback)的方式调用?但例子为什么是login()? 2017-07-11 添加评论 ...

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

2752. 能不能让后面背景模糊 [ 56%]

...的链接 提交 3 个回复 189*****192 赞同来自: cuixueying     function applayFilter(ape)     {         var blurFilter = new BlurFilter();         blurFilter.strength = 7;         ape.filters = [blurFilter];     } 把你的Sprite  传进来就好了! 效果如下...

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

2753. graphics.drawTexture 有问题,紧急! [ 56%]

....drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function 问题状态 最新活动: 2017-07-25 14:44 浏览: 1412 关注: 5 人

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

2754. laya.html.UBBParser_API3.0 [ 56%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface Static property

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

2755. Laya3D_API3.0 [ 56%]

...ya3D enablePhysics createRenderObjInit init Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static method

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

2756. AS语言 怎么调用MD5加密? [ 56%]

...? AS语言怎么调用MD5加密?还有正则判断? private static function RegExpFunc(reg:RegExp,str:String):Boolean { var p:RegExp=reg; return p.test(str) ; } 2017-03-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...

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

2757. laya.display.Text对象的event事件监听无效? [ 56%]

...t.change事件   事件绑定必须写成 txt.on(Laya.Event.CHANGE, this, function () { alert('文本进行了修改!'); }); 之前少了Laya   2017-08-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixuey...

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

2758. tween动画完成后的回调参数老是报错,是怎么回事? [ 56%]

...,Handler.create(this,onTweeed)) onTween就是你的缓动完成后的回调function,你试试这样写 2017-12-04 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 liner1457387450 相关问题 缓动Tween能用在3D物体或者特效上...

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

2759. 报错:3594: XXXX不是动态类 XML 的可识别方法。 [ 56%]

...下怎样动态加载prefab 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2019-03-14 17:15 浏览: 769 关注: 1 人

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

2760. ts如何解析ArrayBuffer二进制数据? [ 56%]

...内容相关的链接 提交 1 个回复 贾如初见 赞同来自: [code]function uintToString(uintArray) { var encodedString = String.fromCharCode.apply(null, uintArray), decodedString = decodeURIComponent(escape(atob(encodedString))); return decodedString;} JS可以通过这个方法解析 但是...

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