大约有 322 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)
Laya_社区(217) Laya3.0_api(40) Laya2.0_文档(16) Laya_示例(12) Laya3.0_文档(10) laya_api(9) Laya2.0_api(9) Laya2.0_示例(9)
...目开发更高效。(function() { // 项渲染器 var Box = Laya.Box; var Label = Laya.Label; function ListItemRender() { var label = null; ListItemRender.__super.call(this); this.size(100, 20); label = new Label(); label.fontSize = 12; label.color = "#FFFFFF"; this.addChild(label); this.setLabel =...
来源: Laya_示例 发布时间: 20241117
...trongInOut'); easeFunctionsList.array = data; } renderList(item) { item.setLabel(item.dataSource); } onEaseFunctionChange(list) { const Tween = Laya.Tween, Ease = Laya.Ease; character.pos(100, 50); tween && tween.clear(); tween = Tween.to(character, { x: 350, y: 250 }, duration, Ease[list.selectedIt...
来源: Laya2.0_示例 发布时间: 20241117
...tage.bgColor = "#232628"; this.createTexts(); } createTexts() { this.createLabel("只允许输入数字:").pos(50, 20); let input = this.createInput(); input.pos(50, 50); input.restrict = "0-9"; this.createLabel("只允许输入字母:").pos(50, 100); input = this.createInput(); input.pos(50, 13...
来源: Laya2.0_示例 发布时间: 20241117
...e.bgColor = "#232628"; createTexts(); })(); function createTexts() { createLabel("只允许输入数字:").pos(50, 20); var input = createInput(); input.pos(50, 50); input.restrict = "0-9"; createLabel("只允许输入字母:").pos(50, 100); input = createInput(); input.pos(50, 130); input.restr...
来源: Laya_示例 发布时间: 20241117
Label 的textWidth 不好用 Text 的textWidth 可以用 如题 2018-02-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: Label组件的话,你需要用Label的实例的textfield的textWid...
来源: Laya_社区 发布时间: 20180221
Text Label 区别 请问下Text Label的区别? 2018-11-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 柒汐夜 赞同来自: 看到源码的话你会笑出来。。 大致说下Label的原理,内部...
来源: Laya_社区 发布时间: 20181126
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/Label" Label Class Label Label 类用于创建显示对象以显示文本。 example 以下示例代码,创建了一个 Label 实例。 package { import laya.ui.Label; public class Label_Example { public function Label_Exam...
来源: Laya3.0_api 发布时间: 20231115
怎么给UI上的Label 的text赋值 我先设置label的text为0.调试过程中,经过某一方法后,页面上原本显示0,而后显示为50 2018-08-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Sup...
来源: Laya_社区 发布时间: 20180810
label 和text 有啥区别 感觉差不多? 如题 2017-01-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: label和text都是关于文本的操作,label是ui下的,Text是display...
来源: Laya_社区 发布时间: 20170117
关于comboBox的Label 请问下,comboBox不能对item的label进行描边?如果有这个需求,应该如何做呢? 2017-12-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 自...
来源: Laya_社区 发布时间: 20171220