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

大约有 50 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0058 秒)

21. laya.ui.Radio [ 76%]

...| Methods | Events Packagelaya.uiClasspublic class RadioInheritanceRadio Button UIComponent Sprite Node EventDispatcher Object Radio 控件使用户可在一组互相排斥的选择中做出一种选择。 用户一次只能选择 Radio 组中的一个成员。选择未选中的组成员将取消...

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

22. laya.ui.CheckBox [ 76%]

...ods | Events Packagelaya.uiClasspublic class CheckBoxInheritanceCheckBox Button UIComponent Sprite Node EventDispatcher Object CheckBox 组件显示一个小方框,该方框内可以有选中标记。 CheckBox 组件还可以显示可选的文本标签,默认该标签位于 CheckBox 右侧。 ...

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

23. Clip属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 76%]

...kage { import laya.display.Stage; import laya.events.Event; import laya.ui.Button; import laya.ui.Clip; import laya.ui.Image; import laya.utils.Handler; import laya.webgl.WebGL; public class UI_Clip { /***控制器按钮资源***/ private var buttonSkin:String = "../../../../res/ui/button-7.png"; /*...

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

24. laya.ui.Button_API3.0 [ 76%]

...blic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/Button" Button Class Button Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同时显示两者。 * 可以是单态,两态和三态,默认三态(up,over,down)。 example 以...

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

25. laya.ui.CheckBox_API3.0 [ 75%]

...出选中状态: checkBox.selected = " + checkBox.selected); } } Hierarchy Button CheckBox Implements ISelect Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag toggle drawtocanvCtx Accessors _isHeightSet _isWi...

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

26. laya.ui.Radio_API3.0 [ 75%]

...该组中当前所选的 Radio 控件。 see laya.ui.RadioGroup Hierarchy Button Radio Implements ISelect Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag toggle drawtocanvCtx Accessors _isHeightSet _isWidthS...

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

27. 在ios客户端上,文字位置偏移 [ 71%]

...级到2.5之后,文字缩放动画出现抖动 iOS 重新初始化引擎 Button 中的文字无法垂直居中 位图文字用什么工具制作.fnt文件能提供下吗 用IDE编辑器编辑好label,想弄点击文字变色功能,发现有问题 引擎中有使得Label中文字逐字显示的...

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

28. 请问如何加载图片 GPU不增加 [ 69%]

... blendMode='lighter' 图片异常 请问layaide如何创建一个复合的Button 问题状态 最新活动: 2019-10-29 09:24 浏览: 786 关注: 1 人

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

29. lookAt接口计算的forward有时是错误的 [ 66%]

...分离模式首次加载布局错误问题 Mask显示错误 lose skin comp/button.png 错误,全部按照UI案例来的呀 List下使用 localToGlobal 获取坐标错误 Label组件字体大小计算不对 问题状态 最新活动: 2019-07-16 09:22 浏览: 2340 关注: 3 人

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

30. 多选框组件 · LayaAir3.0文档 · LAYABOX [ 66%]

...heckBox多选框组件(CheckBox) CheckBox是多选框组件,继承自Button。它由两部分组成,选择状态框及内容说明标签。其中选择状态框是图片资源,内容说明标签为文本。CheckBox组件的属性接口介绍请参考CheckBox API。 一、通过LayaAir IDE...

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