大约有 218 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0070 秒)
...number = 85; private img: Laya.Image; //private text: Laya.Label; constructor(){ super(); this.size(Item.WID, Item.HEI); this.img = new Laya.Image(); //this.text = new Laya.Label(); this.addChild(this.img); //this.addChild(this.text); }...
来源: Laya_社区 发布时间: 20180507
... = new Handler(this, onChange); for(var m:int=0;m<21;m++){ data.push({m_label:"No."+m}); } mDemoUi.m_list.array=data; Laya.stage.addChild(mDemoUi); ... private function onChange():void{ trace("list index= "+mDemoUi.m_list.scrollBar.value); mDemoUi.valueLab.text="滚动条位置value= "+mDemoUi.m_...
来源: Laya_社区 发布时间: 20171016
...后在laya中显示不正常 layaair3.1.3版本打出的项目中的text与label组件在vivo小游戏引擎1105及以下文字显示异常 分享,扩展Laya.Text组件实现简单的富文本 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~...
来源: Laya_社区 发布时间: 20241014
...ctive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex...
来源: Laya3.0_api 发布时间: 20231115
...ctive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex...
来源: Laya3.0_api 发布时间: 20231115
...ctive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex...
来源: Laya3.0_api 发布时间: 20231115
...请: 与内容相关的链接 提交 4 个回复 189*****192 赞同来自: label.text = "SAMPLE \nDEMO"; 可以啊 我刚测试了一下。 2017-04-29 0 0 分享 微博 QZONE 微信 186*****260 赞同来自: 看清题目 加载的txt 2017-04-30 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: ...
来源: Laya_社区 发布时间: 20170429
...排版和渲染函数以实现自定义的富文本类型) */ export class Label extends Laya.Text { constructor() { super(); } private typeList = {}; //取出文本里面的关键字 private typeIndexList = ; //关键字所在文本的位置 private typeLines = ; //利用关键字重新划分文本...
来源: Laya_社区 发布时间: 20180417
...ctive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex...
来源: Laya3.0_api 发布时间: 20231115
... 我下面再给出一个测试包,测试的情况是:ide里view的label设置的是Arial字体,native中layabox.ttf字体也是Arial,但是这个字体就不会换行了,是这个字体有啥问题么。我用了一些字体,哪怕view中label设置的字体和layabox.ttf中的对不...
来源: Laya_社区 发布时间: 20201026