大约有 13 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
...Mask = document.createElement("div"); this.modlueDiv.style.visibility = "visible"; var clipboard = new ClipboardJS("#confirm", { text: function () { return str; } }) clipboard.on("success", function (e) { console.log("ok:") console.log(e) clipboard.destroy(); }) clipboard.on("error", function ...
来源: Laya_社区 发布时间: 20181214
.../span>" constructor() { super() this.width = 1200 this.height = 55 this.visible = false this.pos(565,150) this._createHorn() this._createBg() this._createView() this.on(Laya.Event.UNDISPLAY,this,this.stop) this.on(Laya.Event.DISPLAY,this,this.play) } /** 创建滚动区域 */ _createView() { this...
来源: Laya_社区 发布时间: 20180314
设置visible=false部分界面不生效? 加载完立马添加显示界面,部分界面设置visible = false 不生效! 问题描述还事例在附件里面! 重现率挺高的,可以多尝试几次,! 我是本地测试的,没有放到往外测试! 附件说明: 附件里面...
来源: Laya_社区 发布时间: 20161216
AS引用AS项目打包出来的JS不能用 我用AS写了一个壳子来盛放游戏,游戏也是由AS写的,将游戏导出JS文件的,由壳子去引用这个JS,会出现两个<div id="layaContainer"><canvas id="layaCanvas" height="1242" width="2208" style="position: absolute; le...
来源: Laya_社区 发布时间: 20170322
...改为 (ele = (childs[i]))._style && (ele=(childs [i]))._style.visible && ele.render(context,x,y); 这样就没有问题 附件 : --> 2018-04-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 w11...
来源: Laya_社区 发布时间: 20180415
...来自: protected function _frameLoop():void { if (_style.visible && _style.alpha > 0.01) { this.index = _index, _index++; if (this._index >= this._count) { if (loop) this._index = 0; else { _index--; stop(); } event(Event.COMPLETE); } } } 这里刚开始渲染最后...
来源: Laya_社区 发布时间: 20160714
...7 版本,LayaNative下面 Stat统计的sprite数量不准,误将sprite.visible=false的对像也统计进去了,网页端就没有问题 laya获取网页链接 鼠标滚轮缩放地图,怎么防止同时滚动网页? LayaFlash下网页全屏适配? gps定位获取当前城市名字 #laya...
来源: Laya_社区 发布时间: 20170516
... 赞同来自: __proto._loop=function(){ if (this._style.visible && this._sources){ this._index++;//这里又++ 2018-11-30 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 朱峰 相关问...
来源: Laya_社区 发布时间: 20181130
...erColor = ""; //下划线颜色 /** * 渲染文字 * @param begin * @param visibleLineCount */ renderText(begin, visibleLineCount) { var graphics = this.graphics; graphics.clear(true); var ctxFont = (this.italic ? "italic " : "") + (this.bold ? "bold " : "") + this.fontSize + "px " + (Browser.onIPho...
来源: Laya_社区 发布时间: 20180417
...t skewX skewY stage staticCache style texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addInputChild callLater clearTimer contains customRender destroyChildren drawToCanvas drawToTexture...
来源: Laya3.0_api 发布时间: 20231102