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

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

1. 关于定位 我在ID里面设置了right bottom 但是时间效果却不对 [ 100%]

...ode = "noborder"; //设置剧中对齐 Laya.stage.alignH = "center"; Laya.stage.alignV = "center"; //设置横竖屏 Laya.stage.screenMode = "horizontal"; callback • 2017-08-02 09:18 帮我看看呗

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

2. [LayaAir3]list.selectHandler [ 84%]

...er,uiCtrl:MainUICtrl):void{ this.btn.stateNum=1; this.btn.labelAlign="center"; this.btn.labelVAlign="bottom"; this.btn.labelPadding="0,0,1,0"; this.btn.label=val; if(this.lbl==null){ this.lbl=new Laya.Label(val); this.lbl.name="val"; this.lbl.size(Item.width,I...

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

3. laya2.0 ui控件设置center总是有问题 [ 83%]

laya2.0 ui控件设置center总是有问题 在laya2.0beta4创建ui控件,通过centerx做控件居中显示,编辑器上看到是正常的,运行的时候却显示在最左边了(就像是x=0的效果)。 left,right,top,bottom相关的也时好时坏,用1.7.22版本的时候至少编...

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

4. 舞台的位置怎么自由设定 [ 81%]

...idth-realWidth)*0.5 / pixelRatio;         else if (this._alignH==="center")this.offset.x=(screenWidth-realWidth)*0.5 / pixelRatio;         if (this._alignV==="top")this.offset.y=0;         else if (this._alignV==="bottom")this.offset.y=screenHeight-realHeight;        ...

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

5. 屏幕适配问题,ui自适应 [ 80%]

...age.alignV = Laya.Stage.ALIGN_MIDDLE; Laya.stage.alignH = Laya.Stage.ALIGN_CENTER;   一般会以宽度为准,纵向进行一部分的裁剪,下图是一张正常状态下的ui界面,第二张是纵向裁剪后的ui界面,我想让头像ui一直在屏幕顶端,不会和背景一起被裁...

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

6. 调用创建微信授权按钮时,授权按钮有时候显示有时候不显示 [ 80%]

...  color: '#ffffff',                     textAlign: 'center',                     fontSize: 16,                     borderRadius: 4,                     withCredentials:false                 }      ...

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

7. 屏幕适配-屏幕适配 [ 77%]

...nMode = Stage.SCREEN_HORIZONTAL; //设置水平对齐 Laya.stage.alignH = "center"; //设置垂直对齐 Laya.stage.alignV = "middle"; //实例一个背景 var bg = new Image(); bg.skin = "../../res/bg.jpg"; Laya.stage.addChild(bg); //实例一个文本 txt = new Text(); txt.text = "点击我切换...

来源: Laya_示例 发布时间: 20241117

8. 屏幕适配-屏幕适配 [ 77%]

...nMode = Stage.SCREEN_HORIZONTAL; //设置水平对齐 Laya.stage.alignH = "center"; //设置垂直对齐 Laya.stage.alignV = "middle"; //实例一个背景 let bg = new Image(); bg.skin = "res/bg.jpg"; Laya.stage.addChild(bg); //实例一个文本 this.txt = new Text(); this.txt.text = "点击我切...

来源: Laya2.0_示例 发布时间: 20241117

9. 微信授权,获取用户信息的接口实现方法,wx.createUserInfoButton [ 71%]

...      color: '#ffffff',                         textAlign: 'center',                         fontSize: 16,                         borderRadius: 4                     }                 })                 button.onTap((res) =>    ...

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

10. Sprite-屏幕截图 [ 70%]

...); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_FIXED_AUTO; Laya.stage.bgColor = "#232628"; Laya.loader.load(this.btnArr.concat("res/apes/monkey3.png"),Laya.Handler.create(this,this.onLoaded)); } createButton(skin, name, cb, index...

来源: Laya2.0_示例 发布时间: 20241117