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

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

41. laya.ui.HScrollBar [ 49%]

...显示宽度(以像素为单位)。 Component downButton : Button下按钮 ScrollBar elasticBackTime : Number = 500橡皮筋回弹时间,单位为毫秒。ScrollBar elasticDistance : Number = 0橡皮筋效果极限距离,0为没有橡皮筋效果。ScrollBar filters : Array滤镜集合...

来源: laya_api 发布时间: 20170929

42. 和原生Dom交互 · LayaAir3.0文档 · LAYABOX [ 49%]

...; Laya.stage.addChild(sp); } } } } new Main; 编译上面的代码,点击按钮。选择一个图片文件或者相机进行拍照,发现图片已经显示到舞台上了。那么一个简单的调用相册或者相机的程序就这样完成了。但是我们发现这个“按钮”非常丑陋...

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

43. laya.ui.VScrollBar [ 48%]

...的显示宽度(以像素为单位)。 Sprite downButton : Button下按钮 ScrollBar drawCallOptimize : BooleanSprite elasticBackTime : Number = 500橡皮筋回弹时间,单位为毫秒。ScrollBar elasticDistance : Number = 0橡皮筋效果极限距离,0为没有橡皮筋效果。Scroll...

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

44. laya.ui.HScrollBar [ 48%]

...的显示宽度(以像素为单位)。 Sprite downButton : Button下按钮 ScrollBar drawCallOptimize : BooleanSprite elasticBackTime : Number = 500橡皮筋回弹时间,单位为毫秒。ScrollBar elasticDistance : Number = 0橡皮筋效果极限距离,0为没有橡皮筋效果。Scroll...

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

45. laya.ui.Slider [ 48%]

...对性能有一定影响。 Sprite  bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component...

来源: laya_api 发布时间: 20170929

46. laya.ui.Slider [ 48%]

...对性能有一定影响。 Sprite  bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UICompone...

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

47. laya.ui.Label_API3.0 [ 48%]

...]); } private function showTips1():void { _testTips.label.text = "这里是按钮[" + btn1.label + "]"; tip.addChild(_testTips); } private function showTips2(name:String):void { _testTips.label.text = "这里是" + name; tip.addChild(_testTips); } Returns any Inherited from UIComponent.toolTip Defin...

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

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

...]); } private function showTips1():void { _testTips.label.text = "这里是按钮[" + btn1.label + "]"; tip.addChild(_testTips); } private function showTips2(name:String):void { _testTips.label.text = "这里是" + name; tip.addChild(_testTips); } Returns any Inherited from UIComponent.toolTip Defin...

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

49. laya.ui.TextArea_API3.0 [ 47%]

...]); } private function showTips1():void { _testTips.label.text = "这里是按钮[" + btn1.label + "]"; tip.addChild(_testTips); } private function showTips2(name:String):void { _testTips.label.text = "这里是" + name; tip.addChild(_testTips); } Returns any Inherited from UIComponent.toolTip Defin...

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

50. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 47%]

...; Laya.stage.addChild(sp); } } } } } ``` ​ 编译上面的代码,点击按钮。选择一个图片文件或者相机进行拍照,发现图片已经显示到舞台上了。那么一个简单的调用相册或者相机的程序就这样完成了。但是我们发现这个“按钮”非常丑陋...

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