大约有 491 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
Laya_社区(200) Laya3.0_api(175) Laya2.0_api(43) laya_api(39) Laya3.0_文档(14) Laya2.0_文档(11) Laya2.0_示例(7) Laya_示例(2)
...0*100,这时我相对于上级的坐标希望是相对位置,right=0,top=0,表示右上角对齐,但发现这样不是很好看,我就试着用上下左右微调,这时编辑器会把所有与坐标有关的属性都自动改成绝对定位 2017-02-17 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20170217
...eight), (0,0,0,0)) index=0 for im in pngs: left = (maxWith - im.width)*0.5 top = index*maxHeight + (maxHeight - im.height) *0.5 outIm.paste( im, (int(left), int(top))) index = index + 1 print('paste', left, top) outIm.save( os.path.join(os.path.curdir, "button.png")) else: print("请确定图片是...
来源: Laya_社区 发布时间: 20180721
...任意一个地方要怎么设置? 源码里写死了只有 left right top bottom这几个参数进行组合 比如我想让舞台展示在距离浏览器左边100个像素这种需求。试过通过改变外套的div的位置但是舞台里的坐标就全乱了 以下是源码里对于舞台位...
来源: Laya_社区 发布时间: 20191127
...layaCanvas" width="760" height="650" style="position: absolute; left: 0px; top: 110px; background-color: rgb(255, 237, 118); transform-origin: 0px 0px 0px; transform: matrix(0.5, 0, 0, 0.5, 311, 0);"></canvas> 其他电脑上: <canvas id="layaCanvas" width="760" height="650" style="pos...
来源: Laya_社区 发布时间: 20190401
... * this._mapTileH; } this._mapLastRect.top = this._mapLastRect.bottom = this._mapLastRect.left = this._mapLastRect.right = -1; var tArray = tJsonData.tilesets; var tileset; var tTileSet; var i...
来源: Laya_社区 发布时间: 20220627
...信 swp_laya 赞同来自: let style = cell.divChat.style; style.valign = "top"; style.leading = 2; style.width = 450; style.wordWrap = true; cell.divChat.innerHTML = data.message; cell.height = cell.divChat.contextHeight; 这是设置参数 文本内容是 "<img src = 'common/img_chat_5.png...
来源: Laya_社区 发布时间: 20171116
...st'; if(window.innerHeight>=1000)//自动排版 { this.StartLeft.top= this.StartLeft.top-100; this.StartLeft.bottom= this.StartLeft.bottom+100; this.StartRight.top= this.StartRight.top-100; this.StartRight.bottom= this.StartRight.bottom+100; } //事件注册 //开始游戏 this.StartLe...
来源: Laya_社区 发布时间: 20180810
...t, document.documentElement.scrollHeight) + 100 + "px"; this.newMask.style.top = "0px"; this.newMask.style.left = "0px"; this.newMask.style.background = "gray"; this.newMask.style.filter = "alpha(opacity=80)"; this.newMask.style.opacity = "0.5"; document.body.appendChild(this.newMask); } _this.mask ...
来源: Laya_社区 发布时间: 20181214
...Index Constructors constructor Accessors bottom far left matrix near right top Methods clone cloneTo containsBoundBox containsBoundSphere containsPoint equalsBoundFrustum equalsObj getCorners getPlane intersects get3PlaneInterPoint getPlanesFromMatrix Constructors constructor new BoundFrustum(matrix...
来源: Laya3.0_api 发布时间: 20231115
...于iphoneX的适配 js代码写的,请问在index.html里 body{ padding-top: constant(safe-area-inset-top); padding-left: constant(safe-area-inset-left); padding-right: constant(safe-area-inset-right); padding-bottom: constant(safe-area-inset-bot...
来源: Laya_社区 发布时间: 20180522