大约有 171 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0037 秒)
...源码如下, 我要画一个view的残影, 就叫shadow吧: let bounds = view.getSelfBounds(); let texture = view.drawToTexture(bounds.width, bounds.height, -bounds.x + view.x, -bounds.y + view.y) as laya.resource.Texture; shadow.graphics.drawTexture(texture, bounds.x, bounds....
来源: Laya_社区 发布时间: 20200330
readUTFBytes error - Out of bounds /** *@private *读字符串,必须是 writeUTFBytes 方法写入的字符串。 *@param len 要读的buffer长度,默认将读取缓冲区全部数据。 *@return 读取的字符串。 */ __proto.readUTFBytes=function(len){ (len===void 0)&& (len=-1); i...
来源: Laya_社区 发布时间: 20180822
龙骨动画报 “Offset is outside the bounds of the DataView” 我之前开发的是1.5.2的版本,官网上1.5.2的版本下载不了,我用1.5.3版本的ide导出龙骨动画,加载龙骨动画 Laya.loader.getRes时报“Offset is outside the bounds of the DataView”请问怎么解决...
来源: Laya_社区 发布时间: 20170414
字节跳动平台报 Uncaught getUint16 error - Out of bounds错误 字节跳动小游戏平台报如下的错误 Uncaught getUint16 error - Out of bounds 大家有遇到过吗,有啥解决办法的? 附件 : --> 2019-12-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20191231
...不到边界 示例代码 : let ani = new Animation(); ani.play(); let bounds=ani.getGraphicsBounds(); 这段能获取到图片边界即大小 但是如梦是这样调用的: ani.play(0,"true","somename") 这样调用后就获取不到边界了 这肯定是个bug! 这样的话在调用图集打...
来源: Laya_社区 发布时间: 20200910
MovieClip加载不了本地swf报错Offset is outside the bounds of the DataView Offset is outside the bounds of the DataView 2017-03-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: qq2503...
来源: Laya_社区 发布时间: 20170306
粒子销毁后webgl报错:no buffer is bound to enabled attribute,同时所有图片皆无法显示,黑屏 采用官方的粒子演示代码,额外在stage中加了一个星星图片,计时两秒后将粒子destroy掉。destroy后星星图片无法显示,同时控制台警告:WebGL: ...
来源: Laya_社区 发布时间: 20191106
Laya2.0在qq小游戏加载3D场景报错 getUint16 error - Out of bounds 加载3D场景报错,在ide上面显示以下错误 getUint16 error - Out of bounds 附件 : --> 2020-01-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...
来源: Laya_社区 发布时间: 20200102
加载sk文件时,报Uncaught getUint16 error - Out of bounds 加载spine的sk文件时,报Uncaught getUint16 error - Out of bounds,是什么原因啊 2017-11-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回...
来源: Laya_社区 发布时间: 20171116
...360小游戏不适配 报game.js:22084 Uncaught getUint16 error - Out of bounds unity场景就一个自带的cube 和一个带动画的模型 模型挂载了anmator组件 用unity自带的模型或者一些粒子特效也会报错 引擎版本 2.4.0 插件版本2.4.0 unity版本 2018.4.14f ...
来源: Laya_社区 发布时间: 20200115