大约有 453 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0078 秒)
Laya_社区(306) Laya3.0_api(61) Laya2.0_文档(28) Laya3.0_文档(17) Laya2.0_api(13) laya_api(12) Laya_示例(8) Laya2.0_示例(8)
怎么给UI上的Label 的text赋值 我先设置label的text为0.调试过程中,经过某一方法后,页面上原本显示0,而后显示为50 2018-08-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Sup...
来源: Laya_社区 发布时间: 20180810
... list.spaceY = 30; let paihangbang = new Text(); paihangbang.fontSize = 30; paihangbang.text = "已获得关卡"; paihangbang.x = (list.width - paihangbang.fontSize * 3) / 2; console.info(lis...
来源: Laya_社区 发布时间: 20210122
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/TextArea" TextArea Class TextArea TextArea 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了一个 TextArea 实例。 package { import laya.ui.TextArea; import laya.utils.Handler; p...
来源: Laya3.0_api 发布时间: 20231115
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/TextInput" TextInput Class TextInput TextInput 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了一个 TextInput 实例。 package { import laya.display.Stage; import laya.ui.TextIn...
来源: Laya3.0_api 发布时间: 20231115
(BUG)关于在Laya.timer.loop中给UI的text赋值问题 在Laya.timer.loop中,将一段一直在变换的数据赋值给UI的text属性,发现UI显示出的text内容在闪,一下是原本text的初始值,一下是新的text变化的数据值,就这样交替。(在Android上的H5...
来源: Laya_社区 发布时间: 20170430
...bel 的边距。 label.color = "#ff00ff";//设置 label 的颜色。 label.text = "Hello everyone,我是一个可爱的文本!";//设置 label 的文本内容。 label.x = 100;//设置 label 对象的属性 x 的值,用于控制 label 对象的显示位置。 label.y = 100;//设置 label 对象...
来源: Laya3.0_api 发布时间: 20231115
...x selection skewX skewY skin space stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance addItem bubbleEvent callLater clearTimer ...
来源: Laya3.0_api 发布时间: 20231115
...wRect(0, 0, 100, 20,null, "#ff0000"); var label:Label = new Label(); label.text = "100000"; label.name = "label";//设置 label 的name属性值。 label.size(100, 20); addChild(label); } } example (function (_super){ function Item(){ Item.__super.call(this);//初始化父类 this.graphics.drawRect(...
来源: Laya3.0_api 发布时间: 20231115
...x selection skewX skewY skin space stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance addItem bubbleEvent callLater clearTimer ...
来源: Laya3.0_api 发布时间: 20231115
...x selection skewX skewY skin space stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance addItem bubbleEvent callLater clearTimer ...
来源: Laya3.0_api 发布时间: 20231115