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

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

31. 一篇了解所有的LayaAir文本组件(TypeScript-LayaAir基础篇(TS)-文本) [ 59%]

## 一篇了解所有的LayaAir文本组件 > Author: Charley Updated Date: 2020-11-06 Engine Version:LayaAir 2.9.0beta LayaAir引擎与IDE提供了丰富的文本组件,适用于各种文本应用场景。本篇分别就IDE中的显示文本组件、HTML文本组件、位图文本组件、可...

来源: Laya2.0_文档 发布时间: 20210715

32. cache bitmap size larger than 2048,cache ignored [ 58%]

...致ui重绘,有什么方法能避免吗? button就是一张静态图+文本,不需要选中按下等状态 Maximum call stack size exceeded 微信游戏多次加载出现:copyFile:fail the maximum size of the file storage limit is exceeded 怎么获取屏幕的size,这个size是包括屏...

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

33. laya.display.Input [ 58%]

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

来源: laya_api 发布时间: 20170929

34. laya.ui.Label [ 58%]

...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

35. laya.ui.ComboBox [ 58%]

...表项标签的字体大小。 ComboBox  labelBold : Boolean 表示按钮文本标签是否为粗体字。 ComboBox  labelColors : String 获取或设置对 ComboBox 组件所包含的 Button 组件的文本标签颜色。 格式:upColor,overColor,downColor,disableColor ComboBox  labelFont :...

来源: laya_api 发布时间: 20170929

36. laya.ui.Label [ 57%]

...tcher ObjectSubclasses TextInput Label 类用于创建显示对象以显示文本。 See alsolaya.display.TextPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-o...

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

37. laya.ui.Button [ 56%]

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

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

38. laya.ui.TextInput [ 55%]

...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

39. laya.display.BitmapFont_API3.0 [ 55%]

...ze?: number): number Defined in laya/display/BitmapFont.ts:120 获取指定文本内容的宽度。 Parameters text: string 文本内容。 Optional fontSize: number Returns number 宽度。 hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined in laya/eve...

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

40. laya.ui.TextArea_API3.0 [ 55%]

...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