大约有 610 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0059 秒)
Laya_社区(307) Laya2.0_示例(113) Laya_示例(84) Laya2.0_文档(57) Laya3.0_api(17) Laya2.0_api(13) Laya3.0_文档(10) laya_api(9)
...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
...;常用>标签中color设置为#3341e8,fontSize属性的值设为36,align选择为center,调整Lebel的宽高,width为 150,height为60(读者也可以自行修改面板数值或在画布中用鼠标拉伸调整)在<其他>标签中设置bgColor值为#e7c5c5,borderColor设置...
来源: Laya_社区 发布时间: 20171222
...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
... 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
...整时间为1秒,如动图2-13所示 (动图2-13) 2.4.2 轨迹准线 Alignment :设置轨迹面向的方向 VIEW: 轨迹面向摄像机 TransformZ: 轨迹朝向其变换组件的 Z 轴 2.4.3 最小距离 Min Vertex Distance:获取新旧顶点之间最小距离,实际上是最...
来源: Laya3.0_文档 发布时间: 20230303
...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
...度自动匹配 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
... <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
...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
... 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