大约有 6 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0051 秒)
...pthStencilFormat:int = WebGLContext.DEPTH_STENCIL, mipMap:Boolean = false, repeat:Boolean = false, minFifter:int = -1, magFifter:int = -1):RenderTarget2D { var t:RenderTarget2D = POOL.pop(); t || (t = new RenderTarget2D(w, h)); ...
来源: Laya_社区 发布时间: 20180505
...板对应的小图,双击打开图片属性面板,设置导出样式为repeat即可; 2016-07-18 1 0 分享 微博 QZONE 微信 cuixu_xucui 赞同来自: 请问题主最后怎么解决的 2018-01-17 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 你在图集的时候图片类型选择repe...
来源: Laya_社区 发布时间: 20160718
...后台报了一堆错误显示 错误提示:Resources already exist,is repeated loading: res/sound/Award.mp3是在使用了 SoundManager.mute = true;然后又设置.mute=false;之后,有的代码里可以放声音,有的代码里不行 2018-05-11 添加评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20180511
...开发者工具 用这个 Laya.SoundManager.playSound(path); API,总有 repeate loading xxx.ogg 的警告 yy308126214 • 2018-04-01 11:59 补充:安卓浏览器和微信都没有问题...ios微信版只有换成.mp3格式,在刚从后台返回的那一次可以播放音效,但之后仍然...
来源: Laya_社区 发布时间: 20180330
...个条件后,该图片资源就会报黄警告Resources already exist,is repeated loading:.../.../.../.png 并造成 image图片类型不显示,但 sprite图片显示。 解决方案: 将sprite或image类型的组件统一使用一种; 避免作为预制体使用 希望大家避免这个坑...
来源: Laya_社区 发布时间: 20200320
...ag)); this.encodeProp(msg[name], proto.type, protos, buffer); break; case "repeated": if (!!msg[name] && msg[name].length > 0) { this.encodeArray(msg[name], proto, protos, buffer); } break; } } } return buffer; } static decodeProtos(protos:any, buffer:Laya.Byte):any { var msg:any = {}; wh...
来源: Laya_社区 发布时间: 20180119