大约有 115 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)
...on setTextRightToLeft():void { var style:Object; style = Browser.canvas.source.style; style.display = "none"; style.position = "absolute"; style.direction = "rtl"; ...
来源: Laya_社区 发布时间: 20180703
...tmlElement Index Constructors constructor Properties _attrs name obj space style text type pool Methods fetchAttributes getAttr getAttrBool getAttrFloat getAttrInt getAttrString reset setAttr getFromPool returnToPool Constructors constructor new HtmlElement(): HtmlElement Defined in laya/html/HtmlEl...
来源: Laya3.0_api 发布时间: 20231115
...lic function _addToLayout(out:Vector.<ILayout>):void { layout(); //!_style.absolute && out.push(this); } 这个重写有问题,会导致计算实际宽高信息的时候多次执行layout()导致最后结果是0.我将这个重写方法注释掉就能正常获取了 2017-03-09 1 条...
来源: Laya_社区 发布时间: 20170309
...引擎的代码后就没有问题 这一行改为 (ele = (childs[i]))._style && (ele=(childs [i]))._style.visible && ele.render(context,x,y); 这样就没有问题 附件 : --> 2018-04-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20180415
...sk.layabox.com/question/4533 问过,使用Laya.Render._mainCanvas.source.style来设置canvas的属性,这个方法可以,不会发生偏移,但是无法放到我要的位置啊,具体请看图,这问题搞了2天了,求指导 附件 : --> 2017-08-18 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20170818
...startY = this._height - visibleLineCount * lineHeight - padding[2]; }; var style = this._style; if (tCurrBitmapFont && tCurrBitmapFont.autoScaleSize) { var bitmapScale = tCurrBitmapFont.fontSize / this.fontSize; } if (this._clipPoint) { graphics.save(); if (tCurrBitmapFont && tCurrBi...
来源: Laya_社区 发布时间: 20180417
...d 赞同来自: 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
...是UIIDE里面html组件。在UI里设置了宽和高 调用 html._getCSSStyle().valign = "middle"; //垂直居中 html._getCSSStyle().align = "center"; //水平居中 然后 html.innerHTML = "<span style='color: #cfd4ff;font-size: 30px'>感叹号</span>"; ...
来源: Laya_社区 发布时间: 20180104
...valign=’middle’3.8 解决IOS手机上英文字母偏下的问题(在style样式中加垂直向上对齐valign:top属性)HTML文本 一、概述 HTML文本组件,就像使用HTML语言一样来实现UI。在LayaAir IDE中,我们可以使用HTML文本组件来实现一些比较复杂的UI...
来源: Laya3.0_文档 发布时间: 20230303
字体渲染问题 在webGL渲染模式下 采用 <style> @font-face { font-family : im1; src : url('123.ttf'); } </style> 这种方式渲染 字体会出现渲染异常 附件 : --> layaTest.1_.7_.14beta_.rar 2018-01-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...
来源: Laya_社区 发布时间: 20180117