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

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

11. tween对Text的缩放,为何会抖动呢? [ 71%]

...到的效果是界面打开有弹出效果,但是children中的Text或者TextInput 在缩放时很突兀 附件 : --> 2020-04-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 135*****133 赞同来自: 找到解...

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

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

... ### 四、可输入文本组件 可输入文本组件为单行输入组件TextInput和多行文本域组件TextArea。 从组件名字其实上就可以看出区别, 一个是不能换行,用于单行输入。比如注册信息上的那些单行输入框用TextInput。 另一个是能换行的...

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

13. laya.ui.Label [ 69%]

...belInheritanceLabel Component Sprite Node EventDispatcher ObjectSubclasses TextInput Label 类用于创建显示对象以显示文本。 See alsolaya.display.TextPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  align : String 表示文本的...

来源: laya_api 发布时间: 20170929

14. laya.ui.Label [ 68%]

...lInheritanceLabel UIComponent Sprite Node EventDispatcher ObjectSubclasses TextInput Label 类用于创建显示对象以显示文本。 See alsolaya.display.TextPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是...

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

15. 层级面板 · LayaAir3.3 · 引擎文档 · LAYABOX [ 64%]

...Image、Clip、Button、CheckBox、Radio、RadioGroup、ComboBox、Label、TextInput、TextArea、FontClip、ProgressBar、HSilder、VSlider、List、Panel、Tree、Tab、ViewStack、HScrollBar、VScrollBar、ColorPicker、View、Dialog、OpenDataContextView); 2D骨骼动画(Spine、Skeleton...

来源: Laya3.0_文档 发布时间: 20251011

16. laya.ui.Label_API3.0 [ 57%]

...到显示列表。 } } see laya.display.Text Hierarchy UIComponent Label TextInput Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy align alpha ...

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

17. 插件开发说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 38%]

...Package.createWidget("editorResources/UI/MyWidget.widget"); let input: gui.TextInput = this._panel.getChild("TextInput").getChild("title"); input.on("changed", () => { console.log("改变了!"); }) } } 四、程序化生成界面 4.1 常用方法 除了使用UI编辑器制作界面,也可以...

来源: Laya3.0_文档 发布时间: 20251010