大约有 286 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0081 秒)
...变节点轴心点。 Parameters value: number Returns void bar get bar(): Button Inherited from Slider.bar Defined in laya/ui/Slider.ts:508 表示滑块按钮的引用。 Returns Button blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.blendMode Defined in lay...
来源: Laya3.0_api 发布时间: 20231115
...变节点轴心点。 Parameters value: number Returns void bar get bar(): Button Inherited from Slider.bar Defined in laya/ui/Slider.ts:508 表示滑块按钮的引用。 Returns Button blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.blendMode Defined in lay...
来源: Laya3.0_api 发布时间: 20231115
...undPos: Vector3 = new Vector3(); /// <summary> /// Settings of mouse button, pointer and scrollwheel. /// </summary> public mouseSettings: MouseSettings = new MouseSettings(0, 1, 0.3); /// <summary> /// Range limit of angle. /// </summary> public angleRange: MyRange = new MyR...
来源: Laya_社区 发布时间: 20190224
...ed from UIGroup.labelColors Defined in laya/ui/UIGroup.ts:305 copy laya.ui.Button#labelColors() Returns string Inherited from UIGroup.labelColors Defined in laya/ui/UIGroup.ts:309 copy laya.ui.Button#labelColors() Parameters value: string Returns void labelFont get labelFont(): string set labelFont(...
来源: Laya3.0_api 发布时间: 20231115
...变节点轴心点。 Parameters value: number Returns void bar get bar(): Button Defined in laya/ui/Slider.ts:508 表示滑块按钮的引用。 Returns Button blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.blendMode Defined in laya/display/Sprite.ts:1056 ...
来源: Laya3.0_api 发布时间: 20231115
...30 0 0 分享 微博 QZONE 微信 moketao 赞同来自: 我是用 html <button> + clipboard.js 最终实现的, 但是担心Native下不能跑起来。 Laya官方能否给一个更便捷的方案? 最好是能h5和native都通用的API,比如 Browser.setClipboard(str) 2017-06-01 0 2 分...
来源: Laya_社区 发布时间: 20170531
...ed from UIGroup.labelColors Defined in laya/ui/UIGroup.ts:305 copy laya.ui.Button#labelColors() Returns string Inherited from UIGroup.labelColors Defined in laya/ui/UIGroup.ts:309 copy laya.ui.Button#labelColors() Parameters value: string Returns void labelFont get labelFont(): string set labelFont(...
来源: Laya3.0_api 发布时间: 20231115
...ntInheritanceUIComponent Sprite Node EventDispatcher ObjectSubclasses Box, Button, Clip, ColorPicker, ComboBox, Image, Label, ProgressBar, ScrollBar, Slider, TipManager, WXOpenDataViewer Component 是ui控件类的基类。 生命周期:preinitialize > createChildren > initialize > 组件...
来源: Laya2.0_api 发布时间: 20190513
...ent Sprite Node EventDispatcher ObjectImplements IComponentSubclasses Box, Button, Clip, ColorPicker, ComboBox, Image, Label, ProgressBar, ScrollBar, Slider, TipManager Component 是ui控件类的基类。 生命周期:preinitialize > createChildren > initialize > 组件构造函数 Publi...
来源: laya_api 发布时间: 20170929
....color = '#ffffff' panel= new Panel(); panel.vScrollBarSkin="res/home/button_speaker.png"; panel.width=300; panel.height=300; panel.x = 200; panel.y = 200; This.addChild(panel); panel.addChild(text); panel.vScrollBar.min=1; panel.vScrollBar.max=500; panel.vScrollBar.value=panel.vScrollBar....
来源: Laya_社区 发布时间: 20170609