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

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

21. 手q和微信下唤醒建议 [ 62%]

...的时候加一个判断布尔型。 建议官方针对HtmlDIVElement出和TextArea相关的功能 通过模版创建TypeScript类文件的建议 需求建议:新加的组件面板中的组件设置默认 laya.js.exe被杀毒软件杀掉了。建议还是加一下数字签名和白名单吧 提...

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

22. Uncaught Error: 文字尺寸超出大图合集限制! [ 61%]

... 3d显示对象克隆体超出舞台不再显示的bug2.1.0.btea1 请教下textarea如何设置滚动条,现在文字量多一点话就不能滚动查看内容 unity插件导出带动画的模型报错,试了各种动画都不行,能告诉下具体有什么限制吗? 使用startDrag进行拖...

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

23. UI组件的分类与继承关系(JavaScript-IDE篇(JS)-设计模式基础) [ 53%]

...ColorPicker、ComboBox、FontClip、HScrollBar、HSlider、Image、Label、TextArea、TextInput、Radio、ProgressBar、Slider、VSlider、ScrollBar、VScrollBar、WXOpenDataViewer。 > *Tips:*Sprite比较特别,即是基本的显示图形的显示列表节点,同时也是容器。在2.0里为...

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

24. UI组件的分类与继承关系(ActionScript-IDE篇(AS3)-设计模式基础) [ 53%]

...ColorPicker、ComboBox、FontClip、HScrollBar、HSlider、Image、Label、TextArea、TextInput、Radio、ProgressBar、Slider、VSlider、ScrollBar、VScrollBar、WXOpenDataViewer。 > *Tips:*Sprite比较特别,即是基本的显示图形的显示列表节点,同时也是容器。在2.0里为...

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

25. HTTP通信 · LayaAir3.3 · 引擎文档 · LAYABOX [ 52%]

...rk_GET extends Laya.Script { private hr: HttpRequest; private logger: Laya.TextArea; private text: Laya.Label = new Laya.Label(); onAwake(): void { this.initUI(); this.connect(); } /** * 初始化UI */ private initUI(): void { this.showLogger(); this.text.text = "请查看源码和调试信息,了...

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

26. laya.ui.TextInput [ 50%]

...ceTextInput Label UIComponent Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 N...

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

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

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

28. laya.ui.TextInput [ 49%]

...anceTextInput Label Component Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By align : String 表示文本的水平显示方...

来源: laya_api 发布时间: 20170929

29. laya.ui.TextInput_API3.0 [ 41%]

...ut);//将 textInput 添加到显示列表。 } } Hierarchy Label TextInput TextArea Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _tf _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarc...

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

30. UI-RefreshList [ 41%]

...el = Laya.Label; Text = Laya.Text; Point = Laya.Point; Tween = Laya.Tween; TextArea = Laya.TextArea; class UI_RefreshList { constructor() { this.baseBox = null; this.refreshLoading = null; this.loadingAni = null; this.loadingLabel = null; this.refreshList = null; /** 消息生成的当前最大id...

来源: Laya2.0_示例 发布时间: 20251130