大约有 378 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0102 秒)
...可以解决问题。但在旋转成直屏时,舞台会靠上而不垂直居中了 3.在Ios上使用qq浏览器,旋转屏幕时不会适配屏幕 图片1,从直屏旋转为横屏后 图片2,从横屏旋转为直屏后 针对上面3问题,需要手工(定时器)触发Laya.stage._r...
来源: Laya_社区 发布时间: 20190515
...gt;=0;i--){ width -= sps[i].width + this.padding; sps[i].x = width; } } // 居中 private setCharsPosOnCenter(){ if(!this.text || this.text == ""){ return; } var sps = this.charSprites; var length = sps.length; var width = this.width; var allCharsWidth = 0; for(var i=0;i<length;i++){ allCharsWidt...
来源: Laya_社区 发布时间: 20161014
..._CENTER: string = "center" Defined in laya/display/Stage.ts:89 画布水平居中对齐。 Static ALIGN_LEFT ALIGN_LEFT: string = "left" Defined in laya/display/Stage.ts:85 画布水平居左对齐。 Static ALIGN_MIDDLE ALIGN_MIDDLE: string = "middle" Defined in laya/display/Stage.ts:93 画布垂...
来源: Laya3.0_api 发布时间: 20231115
...dePublic Constants ConstantDefined By CENTER : String = center[static] 居中对齐。 VBox LEFT : String = left[static] 左对齐。 VBox NONE : String = none[static] 无对齐。 VBox RIGHT : String = right[static] 右对齐。 VBoxProperty Detailwidthpropertywidth:Number[override] Im...
来源: laya_api 发布时间: 20170929
...适配,showall 为啥不能显示超出部分,fixeheight 为啥不能居中? 问题状态 最新活动: 2024-06-04 10:09 浏览: 5901 关注: 3 人 Tony666 • 2020-04-10 20:35 Demo已经提交,抽空请测试。 Tony666 • 2020-04-11 13:39 iPhone XR
来源: Laya_社区 发布时间: 20200410
...bottom[static] 居底部对齐。 HBox MIDDLE : String = middle[static] 居中对齐。 HBox NONE : String = none[static] 无对齐。 HBox TOP : String = top[static] 居顶部对齐。 HBoxProperty Detailheightpropertyheight:Number[override] Implementation public function get heigh...
来源: laya_api 发布时间: 20170929
...dePublic Constants ConstantDefined By CENTER : String = center[static] 居中对齐。 VBox LEFT : String = left[static] 左对齐。 VBox NONE : String = none[static] 无对齐。 VBox RIGHT : String = right[static] 右对齐。 VBoxProperty Detailwidthpropertywidth:Number[override] Im...
来源: Laya2.0_api 发布时间: 20190513
...bottom[static] 居底部对齐。 HBox MIDDLE : String = middle[static] 居中对齐。 HBox NONE : String = none[static] 无对齐。 HBox TOP : String = top[static] 居顶部对齐。 HBoxProperty Detailheightpropertyheight:Number[override] Implementation public function get heigh...
来源: Laya2.0_api 发布时间: 20190513
...示例: let sprite = new Laya.Sprite(); // 加载并显示一个图片,居中显示 sprite.loadImage("atlas/comp/image.png", null); sprite.pos(Laya.stage.width >> 1, Laya.stage.height >> 1); // 添加到舞台 Laya.stage.addChild(sprite); 3.2.2 set texture /** * 设置一个Texture...
来源: Laya3.0_文档 发布时间: 20241014
...prite popupCenter : Boolean = true 一个布尔值,指定对话框是否居中弹。 如果值为true,则居中弹出,否则,则根据对象坐标显示,默认为true。 Dialog popupEffect : Handler 弹出对话框效果,可以设置一个效果代替默认的弹出效果,如果不...
来源: laya_api 发布时间: 20170929