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

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

241. laya.ui.Button [ 58%]

...性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象是否缓存为静态图像,c...

来源: laya_api 发布时间: 20170929

242. laya.ui.Image_API3.0 [ 58%]

...t.blendMode Defined in laya/display/Sprite.ts:1056 指定要使用的混合模式。目前只支持"lighter"。 Returns string Inherited from Text.blendMode Defined in laya/display/Sprite.ts:1060 指定要使用的混合模式。目前只支持"lighter"。 Parameters value: string Returns void botto...

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

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

...n Button_toggle() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoadComplete)); } private function onLoadComplete():void { trace("资源加载完成...

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

244. laya.ui.ColorPicker_API3.0 [ 58%]

...t.blendMode Defined in laya/display/Sprite.ts:1056 指定要使用的混合模式。目前只支持"lighter"。 Returns string Inherited from Text.blendMode Defined in laya/display/Sprite.ts:1060 指定要使用的混合模式。目前只支持"lighter"。 Parameters value: string Returns void borde...

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

245. laya.ui.ProgressBar_API3.0 [ 58%]

...t.blendMode Defined in laya/display/Sprite.ts:1056 指定要使用的混合模式。目前只支持"lighter"。 Returns string Inherited from Text.blendMode Defined in laya/display/Sprite.ts:1060 指定要使用的混合模式。目前只支持"lighter"。 Parameters value: string Returns void botto...

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

246. laya.ui.Tab_API3.0 [ 57%]

...t.blendMode Defined in laya/display/Sprite.ts:1056 指定要使用的混合模式。目前只支持"lighter"。 Returns string Inherited from Text.blendMode Defined in laya/display/Sprite.ts:1060 指定要使用的混合模式。目前只支持"lighter"。 Parameters value: string Returns void botto...

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

247. laya.ui.RadioGroup_API3.0 [ 57%]

...dex); } } } example Laya.init(640, 800);//设置游戏画布宽高、渲染模式 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["resource/ui/radio.png"], laya.utils.Handler.create(this, onLoadComplete)); function onLoadComplete() { var radioGroup= new laya.ui.RadioGr...

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

248. 微信关系链:LayaAir引擎针对微信小游戏好友关系链实现方案 [ 57%]

...微信 159*****656 赞同来自: 这个在 Laya.stage.scaleMode = "showall"模式下,还是不能滑动!其他模式都没有问题。 2018-08-21 0 0 分享 微博 QZONE 微信 明天当男神 赞同来自: 不得不说一句,shareCanvas的宽高必须在主域里设置,不能像楼主写...

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

249. 输入文本问题 [ 57%]

... liangge 赞同来自: 这个是我用ide创建的ui项目 修改的 手机模式调试 否则高度计算不对 网页测试 选择手机模式调试 就可以了 ide 能直接运行  1234.rar 2018-02-11 0 0 分享 微博 QZONE 微信 liangge 赞同来自: 反正保证 文本在画布最下面 就...

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

250. laya.ui.Label_API3.0 [ 56%]

...n Label_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 onInit(); } private function onInit():void { var label:Label = new Label();//创建一个 Label 类的实例对象 label 。 label.font = "Arial";//设...

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