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

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

561. List滚动条问题 [ 45%]

...line = (parseInt(font.underline | 0) == 0 ? false : true); this._goldLabel.align = "center"; this._goldLabel.valign = "middle"; this._goldLabel.pos(0, 50); this._goldLabel.size(312, 20); this.addChild(this._goldLabel); // 金豆图片 this._goldImage = new Laya.Image(); this.addChild(this._goldImage...

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

562. 【分享】[UI组件专题] Label 与 Button (附:九宫格,九妹图) [ 44%]

...;常用>标签中color设置为#3341e8,fontSize属性的值设为36,align选择为center,调整Lebel的宽高,width为 150,height为60(读者也可以自行修改面板数值或在画布中用鼠标拉伸调整)在<其他>标签中设置bgColor值为#e7c5c5,borderColor设置...

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

563. 【简单跑酷--JS版】---Lv.6 终篇 [ 44%]

...scoreTxt.text = "0"; this.scoreTxt.width = Config.GameWidth; this.scoreTxt.align = "right"; this.scoreTxt.x = -10; this.scoreTxt.y = 10; this.addChild(this.scoreTxt); //监听 按下 弹起 事件 Laya.stage.on(laya.events.Event.MOUSE_DOWN, this, this.onMouseDown); Laya.stage.on(laya.events.Event.MO...

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

564. laya.ui.LayoutBox [ 43%]

... Public Properties Show Inherited Public Properties PropertyDefined By  align : String 子对象对齐方式。LayoutBox alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : Nu...

来源: laya_api 发布时间: 20170929

565. 拖尾 · LayaAir3.0文档 · LAYABOX [ 43%]

...整时间为1秒,如动图2-13所示 (动图2-13) 2.4.2 轨迹准线 Alignment :设置轨迹面向的方向 ​ VIEW: 轨迹面向摄像机 ​ TransformZ: 轨迹朝向其变换组件的 Z 轴 2.4.3 最小距离 Min Vertex Distance:获取新旧顶点之间最小距离,实际上是最...

来源: Laya3.0_文档 发布时间: 20230303

566. laya.ui.LayoutBox [ 43%]

...InHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node  align : String 子对象对齐方式。LayoutBox alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终...

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

567. 位图字体的制作与使用(JavaScript-LayaAir基础篇(JS)-文本) [ 41%]

...度自动匹配 txt.width = 250; //自动换行 txt.wordWrap = true; txt.align = "center"; txt.color = "ff00ff"; //使用我们注册的字体 txt.font = mFontName; txt.fontSize = 50; txt.leading = 5; Laya.stage.addChild(txt); } ``` ### **Text 类中相关接口:** **registerBitmapFont () 方法**...

来源: Laya2.0_文档 发布时间: 20201114

568. laya打包APK无法进入游戏 [ 41%]

... <div style="position:absolute;top: 32%;width: 80%;left: 10%;text-align:center;"> <img src="loading_logo.png" style="width: 100%;max-width:500px;" /> </div> 梦太晚 • 2019-06-20 12:56 @qian:请问可否告知,android studio这个报错怎么解...

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

569. 某些机型drawToCanv绘图颜色变深 [ 40%]

...00%"); _webframe.setAttribute('height', "100%"); //_webframe.setAttribute('align', "middle"); _webframe.setAttribute('scrolling', "no"); _webframe.setAttribute('position', "absolute"); _webframe.setAttribute('style', "z-index:100001;position: absolute; left: 0px; top: 0px; background: rgb(0, 0, 0);"...

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

570. laya.ui.TextInput_API3.0 [ 40%]

... drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy align alpha anchorX anchorY bgColor blendMode bold borderColor bottom cacheAs centerX centerY color components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize edit...

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