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

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

51. laya.ui.TextArea_API3.0 [ 60%]

...tArea_Example { public function TextArea_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布背景颜色。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete...

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

52. laya.ui.VScrollBar [ 60%]

...内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性true,或者通过getBounds方法获取设置true,对性能有一定影响。 Sprite blendMode : String指定要使用混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件...

来源: laya_api 发布时间: 20170929

53. laya.ui.HScrollBar [ 60%]

...内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性true,或者通过getBounds方法获取设置true,对性能有一定影响。 Sprite blendMode : String指定要使用混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件...

来源: laya_api 发布时间: 20170929

54. laya.ui.Tab [ 59%]

...内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性true,或者通过getBounds方法获取设置true,对性能有一定影响。 Sprite blendMode : String指定要使用混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件...

来源: laya_api 发布时间: 20170929

55. laya.ui.TextInput_API3.0 [ 59%]

...nput_Example { public function TextInput_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布背景颜色。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function...

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

56. laya.ui.VScrollBar [ 59%]

...alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoHide : Boolean = false一个...

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

57. laya.ui.HScrollBar [ 59%]

...alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoHide : Boolean = false一个...

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

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

... Button_Example { public function Button_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete()...

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

59. laya.ui.Radio_API3.0 [ 58%]

...如果节点需要加载相关皮肤,但放在不同域,这里可以设置 Optional _url _url: string Implementation of ISelect._url Inherited from Node._url Defined in laya/display/Node.ts:55 autoSize autoSize: boolean = false Implementation of ISelect.autoSize Inherited from Text.autoSize D...

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

60. laya.ui.Tab [ 58%]

...alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定...

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