大约有 92 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0031 秒)
...beta 顺圭 • 2018-07-24 14:49 我发现了,我在编辑器里有一个image的skin是空,但是image却显示了4个边,可以把这4个边去除吗
来源: Laya_社区 发布时间: 20180723
...isplay.Stage; import laya.ui.Button; import laya.ui.Dialog; import laya.ui.Image; import laya.utils.Handler; import laya.webgl.WebGL; public class DialogCenterClose { private const DIALOG_WIDTH:int = 220; private const DIALOG_HEIGHT:int = 275; private const CLOSE_BTN_WIDTH:int = 43; private const CL...
来源: Laya_社区 发布时间: 20170706
...;"> <input type="file" class="upload-pic" id="upFile" accept="image/jpeg,image/png" value="upload Img"> <span class="upload-text"></span> </div> 我在html 里面添加了这个div 在加速器里面修改upload的left 和 top 报null 2017-01-16 添加评...
来源: Laya_社区 发布时间: 20170116
..."); }); Laya.loader.load([{url:"res/general/test.png",type:laya.net.Loader.IMAGE}]); 如果指定的类型时json或者atlas是会触发错误事件的。 2018-09-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回...
来源: Laya_社区 发布时间: 20180926
...proto.onLoaded (http://127.0.0.1:61385/game/code.js:12700:11) at HTMLImage.onload (http://127.0.0.1:61385/game/code.js:21213:15) at Image._source._source.onload (http://127.0.0.1:61385/game/code.js:20175:11) 请问这是什么问题,微信小游戏支持加载位图字体吗? 2018...
来源: Laya_社区 发布时间: 20180306
...白部分的颜色问题 两个问题 有元件支援视频流渲染吗? Image元件读不了资料流 摄像机跟随刚体移动,刚体出现抖动。 问题状态 最新活动: 2019-07-31 14:53 浏览: 875 关注: 1 人
来源: Laya_社区 发布时间: 20190731
...不一致的编译错误 两个问题 有元件支援视频流渲染吗? Image元件读不了资料流 关于shader中opengl函数问题 问题状态 最新活动: 2020-05-26 06:48 浏览: 1488 关注: 1 人
来源: Laya_社区 发布时间: 20200526
...), Laya.Handler.create(this, progressload, null, false), null, Laya.loader.IMAGE) })(); } 2018-07-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 没看到哪写了进度条。 2018-07-1...
来源: Laya_社区 发布时间: 20180710
...read property 'props' of undefined EffectAnimation 可以将对象指定到Image,并用程式控制播放吗? 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 EffectAnimation Bug 发布到微信小游戏提示Ca...
来源: Laya_社区 发布时间: 20171225
....bg = function() { for (var i = 0; i < 2; i++) { this.img[i] = new Laya.Image('background.png'); this.addChild(this.img[i]); } this.img[0].y = 0; this.img[1].y = -852; } Class.prototype.loop = function() { for (var i = 0; i < this.img.length; i++) { this.img[i].y += 1; if (this.img[i].y >= ...
来源: Laya_社区 发布时间: 20170619