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

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

271. laya.ui.HSlider_API3.0 [ 43%]

...变节点轴心点。 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

272. laya.ui.VSlider_API3.0 [ 43%]

...变节点轴心点。 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

273. 官方案例里摄像机绕物体旋转脚本问题 [ 43%]

...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

274. laya.ui.Tab_API3.0 [ 43%]

...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

275. laya.ui.Slider_API3.0 [ 42%]

...变节点轴心点。 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

276. 如何将一段文字放置到粘贴板 , 或者说点击一个按钮后复制copy一段文字? [ 42%]

...30 0 0 分享 微博 QZONE 微信 moketao 赞同来自: 我是用 html <button> + clipboard.js 最终实现, 但是担心Native下不能跑起来。 Laya官方能否给一个更便捷方案? 最好是能h5和native都通用API,比如 Browser.setClipboard(str) 2017-06-01 0 2 分...

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

277. laya.ui.RadioGroup_API3.0 [ 41%]

...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

278. laya.ui.UIComponent [ 40%]

...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

279. laya.ui.Component [ 39%]

...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

280. 能不能添加一个控件可以让文字和组件实现弹性滚动啊 [ 39%]

....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