• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 65 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0079 秒)

11. laya.display.Input [ 85%]

... EventDispatcher Object Input 类用于创建显示对象以显示和输入文本。 Input 类封装了原生的文本输入框,由于不同浏览器的差异,会导致此对象的默认文本的位置与用户点击输入时的文本的位置有少许的偏差。 Public Properties Hide Inherite...

来源: Laya2.0_api 发布时间: 20190513

12. LayoutBox不按顺序输出列表 [ 85%]

...出的数据缀为json? 相同的代码,输出的结果却不同(文本) 动态改变List的高度之,再刷新列表, 影响了Space~~如何避免? 关于3d场景上Button点击事件顺序问题 TS项目类引用关系与index里的js加载顺序冲突 调试时如何解决 使...

来源: Laya_社区 发布时间: 20180801

13. laya.ui.Label [ 85%]

...tcher ObjectSubclasses TextInput Label 类用于创建显示对象以显示文本。 See alsolaya.display.TextPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  align : String 表示文本的水平显示方式。 取值: "left": 居左对...

来源: laya_api 发布时间: 20170929

14. laya.display.Input_API3.0 [ 84%]

...nput" Input Class Input Input 类用于创建显示对象以显示和输入文本。 Input 类封装了原生的文本输入框,由于不同浏览器的差异,会导致此对象的默认文本的位置与用户点击输入时的文本的位置有少许的偏差。 Hierarchy Text Input Index Cons...

来源: Laya3.0_api 发布时间: 20231115

15. laya.ui.Button [ 83%]

...io Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同时显示两者。 可以是单态,两态和三态,默认三态(up,over,down)。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active :...

来源: Laya2.0_api 发布时间: 20190513

16. laya.ui.ComboBox_API3.0 [ 82%]

...lue: string): void Defined in laya/ui/ComboBox.ts:433 默认的下拉提示文本。 Returns string Defined in laya/ui/ComboBox.ts:437 默认的下拉提示文本。 Parameters value: string Returns void destroyed get destroyed(): boolean Inherited from Node.destroyed Defined in laya/display/Node.ts...

来源: Laya3.0_api 发布时间: 20231115

17. laya.ui.Label_API3.0 [ 81%]

...laya/ui/Label" Label Class Label Label 类用于创建显示对象以显示文本。 example 以下示例代码,创建了一个 Label 实例。 package { import laya.ui.Label; public class Label_Example { public function Label_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模...

来源: Laya3.0_api 发布时间: 20231115

18. []LayaTree v1.0.5版本更新(2021.11.17) [ 81%]

...有开发中经常需要用到的设置点击事件与穿透控制 4.操作文本节点,文本内容直接编辑 非常好用的基于拾色器的颜色调整​ 使用下拉框来选择文本的水平对齐和垂直对齐方式 字体大小,粗细,描边,overflow超出行为随意调节 5. 基于AO...

来源: Laya_社区 发布时间: 20190225

19. laya.ui.TextInput_API3.0 [ 81%]

...put Class TextInput TextInput 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了一个 TextInput 实例。 package { import laya.display.Stage; import laya.ui.TextInput; import laya.utils.Handler; public class TextInput_Example { public function TextInput_E...

来源: Laya3.0_api 发布时间: 20231115

20. laya.ui.TextArea_API3.0 [ 80%]

...tArea Class TextArea TextArea 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了一个 TextArea 实例。 package { import laya.ui.TextArea; import laya.utils.Handler; public class TextArea_Example { public function TextArea_Example() { Laya.init(640, 800);...

来源: Laya3.0_api 发布时间: 20231115