大约有 51 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0072 秒)
.../提示框字体颜色 this.promptText.color = "#FFFFFF"; //提示框初始文本 this.promptText.text = "您的选择是: "; //加载到舞台 Laya.stage.addChild(this.promptText); //设置提示框位置 this.promptText.pos(scrollBar.x, scrollBar.y - 50); } /***滚动条位置变化回调***/ fu...
来源: Laya2.0_文档 发布时间: 20210715
...Subclasses TextArea TextInput 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By align : String 表示文本的水平显示方式。 取值: "left": 居左对齐显示。 "center": 居...
来源: laya_api 发布时间: 20170929
...nput" Input Class Input Input 类用于创建显示对象以显示和输入文本。 Input 类封装了原生的文本输入框,由于不同浏览器的差异,会导致此对象的默认文本的位置与用户点击输入时的文本的位置有少许的偏差。 Hierarchy Text Input Index Cons...
来源: Laya3.0_api 发布时间: 20231115
... EventDispatcher Object Input 类用于创建显示对象以显示和输入文本。 Input 类封装了原生的文本输入框,由于不同浏览器的差异,会导致此对象的默认文本的位置与用户点击输入时的文本的位置有少许的偏差。 Public Properties Hide Inherite...
来源: Laya2.0_api 发布时间: 20190513
... EventDispatcher Object Input 类用于创建显示对象以显示和输入文本。 Input 类封装了原生的文本输入框,由于不同浏览器的差异,会导致此对象的默认文本的位置与用户点击输入时的文本的位置有少许的偏差。 Public Properties Hide Inherite...
来源: laya_api 发布时间: 20170929
...Subclasses TextArea TextInput 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中...
来源: Laya2.0_api 发布时间: 20190513
...entDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By align : String 表示文本的水平显示方式。 取值: "left": 居左对齐显示。 "center": 居...
来源: laya_api 发布时间: 20170929
...aya/display/Text" Text Class Text Text 类用于创建显示对象以显示文本。 注意:如果运行时系统找不到设定的字体,则用系统默认的字体渲染文字,从而导致显示异常。(通常电脑上显示正常,在一些移动端因缺少设置的字体而显示异常)...
来源: Laya3.0_api 发布时间: 20231115
...entDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中...
来源: Laya2.0_api 发布时间: 20190513
...er"; folder.x = 14; folder.y = 4; addChild(folder); //实例文件夹名字文本或子节点名字文本对象 var label:Label = new Label(); //设置 label 的name 为“label”时,此值将用于树结构数据赋值。 label.name = "label"; label.fontSize = 20; label.color = "#FFFFFF"; label....
来源: Laya2.0_文档 发布时间: 20210715