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

大约有 4,338 项符合查询结果, 库内数据总量为 30,790 项。 (搜索耗时: 0.0095 秒)

2301. laya.device.motion.AccelerationInfo [ 59%]

...的加速度值。 Constructor DetailAccelerationInfo()Constructorpublic function AccelerationInfo()Fri Sep 29 2017, 06:34 PM +08:00

来源: laya_api 发布时间: 20170929

2302. laya.filters.GlowFilter [ 59%]

...建发光滤镜 GlowFilterConstructor DetailGlowFilter()Constructorpublic function GlowFilter(color:String, blur:Number = 4, offX:Number = 6, offY:Number = 6) 创建发光滤镜 Parameters color:String — 滤镜的颜色  blur:Number (default = 4) — 边缘模糊的大小  offX:Number (default =...

来源: laya_api 发布时间: 20170929

2303. TextArea的change事件不触发 [ 59%]

TextArea的change事件不触发 text.on("CHANGE",this,function(){ console.log("text",text.text); }) 2018-04-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 你参考下官网的事件类...

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

2304. 回调函数... [ 59%]

...load(this.skins, Handler.create(this, this.onUIAssetsLoaded)); } aaa() { } function onUIAssetsLoaded( this.aaa();//为什么回调函数不能调用,undefined } 2017-06-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 ...

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

2305. matter.js 点击事件 [ 59%]

...应 matter.js是最新的 Matter.Events.on(mouseConstraint, "startdrag", function(e):*{                     console.log("点中刚体")             }) 2019-09-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...

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

2306. gameThirdScriptError [ 59%]

...Unexpected token in JSON at position 2429;at api readFile success callback function SyntaxError: Unexpected token in JSON at position 2429   浏览器正常运行,在微信开发工具报错。 2018-10-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

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

2307. 求大神指点 [ 59%]

...解决 Failed to execute 'texSubImage2D' on 'WebGL2RenderingContext': No function was found that matched the signature provided. 附件 : --> 2019-11-05 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什...

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

2308. 导出代码会删除代码 [ 59%]

导出代码会删除代码 var REG: Function = Laya.ClassUtils.regClass;只有清理重新导出才会在 layaMaxUI.ts 生成 这句代码     当使用导出代码(不导出资源)会吧这句代码删除导致报错     是不是每次改动都需要清理导出才可以吗? 2020-0...

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

2309. window.onerror [ 59%]

window.onerror 我在代码里写了 window.onerror = function (msg, url, line, column, detail) { alert("传奇世界")} 怎么不起效 2018-07-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 青衿 赞同来...

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

2310. Http回调是抢占式的吗? [ 59%]

... 网络send 不回调?什么情况? 执行回调函数时报is not a function Skeleton 类播放完成一遍后有没事件或者回调 Tween的to方法完成缓动后的回调怎么写,Tween.to(beginbox,{x:-Laya.Browser.width},1000,null,aaa,0,false);aaa是一个测试方法 Laya.loader.create...

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