• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 110 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)

1. sprite之bug [ 100%]

...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

2. HtmlDivElement文本的居中与不换行冲突问题 [ 99%]

...冲突问题 在使用HtmlDivElement文本时,发现文本的居中_html.style.align和文本的不换行设置_html.style.wordWrap有冲突。体现在,我设置了文本的宽度_html.style.width = 750,居中_html.style.align=“center”,换行_html.style.wordWrap=false,_html.innerHtml=...

来源: Laya_社区 发布时间: 20190628

3. LayaAir_AS3项目中,如何内嵌一个新的页面 [ 96%]

... __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

4. 富文本过程中我遇到的问题以及解决方法(超链接换行以及无法接收超链接鼠标事件以及br或者 标签会崩溃报错的问题) [ 93%]

...en.forEach(function (o, index, array) {                     var _style = o._style;                     if(_style)                     {                       _style._enableLayout && _style._enableLayout() && o._addToLayout(out);          ...

来源: Laya_社区 发布时间: 20200724

5. 对游戏中各种控件字体样式使用“白鹭style”样式表 [ 92%]

对游戏中各种控件字体样式使用“白鹭style”样式表 1.首先定义一个字体样式类和接口。 字体样式接口。 ITextFormat.ts/** * @User: liuliqianxiao * @Date: 2017/12/25 * @Time: 下午3:07 * @Desc: 这家伙很懒,什么都没留下…… **/ interface ITextFormat {...

来源: Laya_社区 发布时间: 20171226

6. Layabox web 复制一段文字到剪贴板 [ 92%]

...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

7. [Error] TypeError: null is not an object (evaluating 'this._style._tf') [ 92%]

[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

8. Laya.HTMLDivElement无法使用换行 [ 92%]

...定报错。为:laya.html.js映射出的HtmlElement.ts的90行。 var _style: HTMLStyle = (<HTMLStyle>o._style); 当包含<br>这个标签,里面并不会包含_style,取了个undefined,下面却在正常使用!  _style._enableLayout && _style._enableLayout() &&amp...

来源: Laya_社区 发布时间: 20230413

9. 解决fitDOMElementInArea在ios下不能正常显示 [ 91%]

...       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

10. [LayaAir3]Laya3.0 中设置舞台背景透明无效 [ 89%]

...   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