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

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

1. 自定义组件时,设置组件子节点的image的skin时,路径为layaIde的路径而非项目路径 [ 100%]

...progress.mask = _proMask; _bar.stateNum = 1; } override protected function createChildren():void { super.createChildren(); var index:Number = getChildIndex(_bg); addChildAt(_progress = new Image(),index + 1); } override protected function changeValue():void{ super.changeValue(); _proMask.scaleX = _v...

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

2. 如何才能生成scene配套的代码 [ 84%]

... var scoreLbl:Label; public var tipLbll:Label; override protected function createChildren():void { super.createChildren(); loadScene("test/TestScene"); } } } 2018-10-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回...

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

3. ComboBox显示问题 [ 84%]

....png", "labels": "hihihi,hihihi2,hihihi2"}}]}; override protected function createChildren():void { super.createChildren(); createView(uiView); } } } 为什么我这个ComboBox的label文字没有显示的? 2018-03-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

4. laya.ui.Component [ 83%]

...ger Component 是ui控件类的基类。 生命周期:preinitialize > createChildren > initialize > 组件构造函数 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不...

来源: laya_api 发布时间: 20170929

5. laya.ui.UIComponent [ 82%]

...wer Component 是ui控件类的基类。 生命周期:preinitialize > createChildren > initialize > 组件构造函数 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierar...

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

6. laya.ui.FontClip [ 81%]

...void 立即执行影响宽高度量的延迟调用函数。 UIComponent  createChildren():void[override] FontClip initialize():void 控件初始化。 UIComponent  measureHeight():Number[override] FontClip  measureWidth():Number[override] FontClip preinitialize():void 预初始化。 UICompo...

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

7. laya.ui.ColorPicker [ 79%]

...):void 立即执行影响宽高度量的延迟调用函数。 Component  createChildren():void[override] 创建并添加控件子节点。 ColorPicker  getColorByMouse():String 通过鼠标位置取对应的颜色块的颜色值。 ColorPicker  initialize():void[override] 控件初始化。 Co...

来源: laya_api 发布时间: 20170929

8. laya.ui.ColorPicker [ 79%]

...void 立即执行影响宽高度量的延迟调用函数。 UIComponent  createChildren():void[override] 创建并添加控件子节点。 ColorPicker  getColorByMouse():String 通过鼠标位置取对应的颜色块的颜色值。 ColorPicker  initialize():void[override] 控件初始化。 Co...

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

9. laya.ui.ComboBox [ 75%]

...void 立即执行影响宽高度量的延迟调用函数。 UIComponent  createChildren():void[override] 创建并添加控件子节点。 ComboBox initialize():void 控件初始化。 UIComponent  measureHeight():Number[override] 显示对象的实际显示区域高度(以像素为单位)...

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

10. laya.ui.Slider [ 75%]

...):void 立即执行影响宽高度量的延迟调用函数。 Component  createChildren():void[override] 创建并添加控件子节点。 Slider  initialize():void[override] 控件初始化。 Slider onCompResize():void 父容器的 Event.RESIZE 事件侦听处理函数。 Component preinitia...

来源: laya_api 发布时间: 20170929