大约有 905 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0063 秒)
Laya_社区(454) Laya2.0_示例(91) Laya_示例(88) Laya2.0_文档(74) Laya3.0_api(63) Laya2.0_api(58) laya_api(54) Laya3.0_文档(23)
...exture2, 0, 0); //把草垛居底部显示 // this.grass.y = Browser.clientHeight - this.grass.height; this.addChild(this.grass); //创建一个帧循环处理函数,用于背景位置的更新,实现背景滚动效果。 Laya.timer.frameLoop(1, this, this.onLoop) } _proto.onLoop = function(){ /...
来源: Laya_社区 发布时间: 20160722
...eatY = 4; list.x = (Laya.stage.width - Item.WID) / 2; list.y = (Laya.stage.height - Item.HEI * list.repeatY) / 2; // 设置List的垂直滚动 list.scrollType = Laya.ScrollType.Vertical; // 设置List的垂直滚动皮肤,不设置或者""就没有滚动条皮肤 list.vScrollBarSkin = ""; // 开...
来源: Laya3.0_文档 发布时间: 20241014
...sprite.graphics.drawTexture(rankTexture,0,0,rankTexture.width,rankTexture.height); // console.log("再次往开放域发请求"); // openDataContext.postMessage({ // cmd:2, ...
来源: Laya_社区 发布时间: 20180529
....x + this.width) && y > this.y && y < (this.y + this.height)){ return true; } return false; } })(); 这里通过Floor中的init方法来增加type参数 1 代表默认宽度 传其他值 则是随机宽度 然后我们打开 MapFloor.js 也需要将初始化Floor的地...
来源: Laya_社区 发布时间: 20160801
...ml组件的高度,并刷新panel,让panel滚动条随之改变 my_html.height=my_html.contextHeight; my_panel.refresh(); // panel滚动条永远位于最下方,显示最后输入的文本 my_panel.vScrollBar.value=my_panel.vScrollBar.max; // 设置my_html文本高度的上限值,超出上限...
来源: Laya_社区 发布时间: 20170107
...在使用时需要多大的字就在此处设置相同大小的字号。 Height:设置字体的拉伸高度,保持默认的100%就可以。 *注意:Charset的值选择Unicode。* ![4](img/4.png) 5.在选择菜单栏 Edit->Select chars from file,选中刚才创建的txt文件,如果有提...
来源: Laya2.0_文档 发布时间: 20201114
...置绕自身中心点旋转,我这么设置_ani.pivot(_ani.width/2,_ani.height/2);不行,而且也没有锚点可以设置,如何实现 元素旋转后,所绑定的事件失效 unity的坐标和旋转转换到laya需要做什么运算 问题状态 最新活动: 2020-11-20 19:18 浏览: 1926 ...
来源: Laya_社区 发布时间: 20201120
...his.aaa.playerNameList[i].playerhandpoker[j].PokerDre; img.width = 76; img.height = 110; img.pos(200 + i * 35, 230); Laya.stage.addChild(img); this.reciveOutPoker.push(img); this.outHandPoker.push(this.aaa.playerNameList[i].playerhandpoker[j]); this.lastPaixing = 1; for (let x = 0; x < this.out...
来源: Laya_社区 发布时间: 20180626
...| `padding:10px 10px 20px 20px;` | 边缘的距离(上右下左) | | `line-height:100px;` | 行高(仅div中使用) | | `align:left|right|center` | 水平对齐方式(仅div中使用) | | `background-color:#ff0000;` | 背景颜色(仅div中使用) | | `border-color:#ff0000;` | 边框...
来源: Laya2.0_文档 发布时间: 20210715
... _mapW = tJsonData.width; _mapH = tJsonData.height; _mapTileW = tJsonData.tilewidth; _mapTileH = tJsonData.tileheight; _width = _mapTileW * _mapW; ...
来源: Laya_社区 发布时间: 20161109