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

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

41. laya.ui.Slider_API3.0 [ 53%]

...变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,性能有一定影响。 changeHandler changeHandler: Handler Defined in laya/ui/Slider.ts:46 数据变化处理器。 默认回调参数为滑块位置...

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

42. laya.ui.CheckBox_API3.0 [ 53%]

...位于 CheckBox 右侧。 CheckBox 使用 dataSource赋值默认属性是:selected。 example 以下示例代码,创建了一个 CheckBox 实例。 package { import laya.ui.CheckBox; import laya.utils.Handler; public class CheckBox_Example { public function CheckBox_Example() { Laya.ini...

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

43. laya.ui.TextArea_API3.0 [ 52%]

...tArea 文本自动换行。 textArea.x = 100;//设置 textArea 属性 x 值,用于控制 textArea 显示位置。 textArea.y = 100;//设置 textArea 属性 y 值,用于控制 textArea 显示位置。 textArea.width = 300;//设置 textArea 宽度。...

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

44. laya.ui.TextInput [ 51%]

...变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,性能有一定影响。 Sprite  bg : AutoBitmap 表示此象包含文本背景 AutoBitmap 组件实例。 TextInput bgColor : String 文本背...

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

45. laya.ui.ScrollBar_API3.0 [ 51%]

...变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,性能有一定影响。 bottomMoveLimit bottomMoveLimit: number = 0 Defined in laya/ui/ScrollBar.ts:64 底部移动限制(达到限制后,会抛出dr...

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

46. laya.ui.UIGroup_API3.0 [ 50%]

...变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事...

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

47. laya.ui.TextInput_API3.0 [ 50%]

...put 文本自动换行。 textInput.x = 100;//设置 textInput 属性 x 值,用于控制 textInput 显示位置。 textInput.y = 100;//设置 textInput 属性 y 值,用于控制 textInput 显示位置。 textInput.width = 300;//设置 textInput 宽...

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

48. laya.ui.VSlider [ 50%]

...布尔值,指定是否允许通过点击滑动条改变 Slider value 属性值。 Slider alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Com...

来源: laya_api 发布时间: 20170929

49. laya.ui.Radio_API3.0 [ 50%]

...变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Implementation of ISelect.hitTestPrior Inherited from Text.hitTestPrior Defined in lay...

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

50. laya.ui.Button_API3.0 [ 50%]

... button ,并传入它皮肤。 button.x = 100;//设置 button 属性 x 值,用于控制 button 显示位置。 button.y = 100;//设置 button 属性 y 值,用于控制 button 显示位置。 button.clickHandler = new Handler(this, onClickButton,[butto...

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