大约有 99 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0046 秒)
...s/sprite%E4%B9%8Bbug public function set scaleX(value:Number):void { var style:Style = getStyle(); if(!style) { trace("----sprite--") return; } if(!style._tf) { trace("----sprite--_tf is null--"); return; } if (style._tf.scaleX !== value) { style.setScaleX(value); ...
来源: Laya_社区 发布时间: 20170608
...冲突问题 在使用HtmlDivElement文本时,发现文本的居中_html.style.align和文本的不换行设置_html.style.wordWrap有冲突。体现在,我设置了文本的宽度_html.style.width = 750,居中_html.style.align=“center”,换行_html.style.wordWrap=false,_html.innerHtml=...
来源: Laya_社区 发布时间: 20190628
... __JS__("document.createElement('iframe')"); myiframe.style.position ="absolute"; myiframe.style.zIndex = 9999999; myiframe.style.top = "0px"; myiframe.style.left = "200px"; myiframe.style.width ...
来源: Laya_社区 发布时间: 20160810
...en.forEach(function (o, index, array) { var _style = o._style; if(_style) { _style._enableLayout && _style._enableLayout() && o._addToLayout(out); ...
来源: Laya_社区 发布时间: 20200724
对游戏中各种控件字体样式使用“白鹭style”样式表 1.首先定义一个字体样式类和接口。 字体样式接口。 ITextFormat.ts/** * @User: liuliqianxiao * @Date: 2017/12/25 * @Time: 下午3:07 * @Desc: 这家伙很懒,什么都没留下…… **/ interface ITextFormat {...
来源: Laya_社区 发布时间: 20171226
...firmBtn); } this.newMask = 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.o...
来源: Laya_社区 发布时间: 20181214
[Error] TypeError: null is not an object (evaluating 'this._style._tf') 请问这个怎么解决? Safari , Chrome 同样有这个问题 [Error] TypeError: null is not an object (evaluating 'this._style._tf') (anonymous function) (laya.core.js:16463) toParentPoint (laya.core.js:15797) localToGlo...
来源: Laya_社区 发布时间: 20181020
...定报错。为:laya.html.js映射出的HtmlElement.ts的90行。 var _style: HTMLStyle = (<HTMLStyle>o._style); 当包含<br>这个标签,里面并不会包含_style,取了个undefined,下面却在正常使用! _style._enableLayout && _style._enableLayout() &&...
来源: Laya_社区 发布时间: 20230413
... dom._fitLayaAirInitialized=true; dom.style.transformOrigin=dom.style.webKittransformOrigin="left top"; 修改为:dom.style.transformOrigin=dom.style.webkitTransformOrigin="left top"; dom.style.position="absolute" }; ...
来源: Laya_社区 发布时间: 20180113
... this.iframe.src = "https://www.layabox.com/"; this.iframe.style.position = "fixed"; this.iframe.style.top = "0"; this.iframe.style.bottom = "0"; this.iframe.style.left = "0"; this.iframe.style.right = "0"; this.iframe.sty...
来源: Laya_社区 发布时间: 20240304