大约有 1,987 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0075 秒)
Laya_社区(1493) Laya2.0_文档(137) Laya3.0_api(100) Laya2.0_api(77) laya_api(61) Laya3.0_文档(54) Laya_示例(34) Laya2.0_示例(31)
...e }, "exclude": [ "node_modules" ] } test: let str = Md5.Instance.get_md5("123456"); console.log(str) //len:32 //e10adc3949ba59abbe56e057f20f883emd5.ts class Md5 { private static _inst:Md5; public static get Instance():Md5 { return this._inst ||(this._inst = new Md5()); } public get_md5(str:string):...
来源: Laya_社区 发布时间: 20190321
...otype.getPinPosition = function() { var radian = this.rotation * Math.PI / 180; var tx = this.x + Math.cos(radian) * this.width; var ty = this.y + Math.sin(radian) * this.width; return new Point(tx, ty); } this.size(width, height); this.init(); } Laya.class(Segment, "Segment", Sprite); var seg; var ...
来源: Laya_示例 发布时间: 20241117
...吗 我有这么个素材配置: { "frames": { "idle_01.png": { "frame": { "x": 1, "y": 1, "w": 137, "h": 299 }, "rotated": false,...
来源: Laya_社区 发布时间: 20170906
...项目(排列成 4 x 5 矩阵)组成的数组,红色 var redMat = [ 1, 0, 0, 0, 0, //R 0, 0, 0, 0, 0, //G 0, 0, 0, 0, 0, //B 0, 0, 0, 1, 0, //A ]; //创建一个颜色滤镜对象,红色 var redFilter = new ColorFilter(redMat); // 赤化猩猩 var redApe = createApe(); redApe.filters = [redFil...
来源: Laya_示例 发布时间: 20241117
...ANGE, this, this.monitorAccelerator); // 游戏循环 Laya.timer.frameLoop(1, this, this.animate); // 食物生产 Laya.timer.loop(3000, this, this.produceFood); // 游戏开始时有一个食物 this.produceFood(); } initSnake() { const Point = Laya.Point; for (let i = 0; i 0) { let prevSeg = segme...
来源: Laya2.0_示例 发布时间: 20241117
绘制图形一、IDE中绘制图形二、绘制矩形与圆角矩形2.1 IDE绘制矩形2.2 代码绘制矩形2.3 用drawPath绘制矩形2.4 IDE绘制圆角矩形2.5 代码绘制圆角矩形2.6 用drawPath绘制圆角矩形三、绘制圆形、椭圆与扇形3.1 IDE绘制圆形3.2 代码绘制圆...
来源: Laya3.0_文档 发布时间: 20241014
...项目(排列成 4 x 5 矩阵)组成的数组,红色 let redMat = [ 1, 0, 0, 0, 0, // R 0, 0, 0, 0, 0, // G 0, 0, 0, 0, 0, // B 0, 0, 0, 1, 0 // A ]; //创建一个颜色滤镜对象,红色 let redFilter = new ColorFilter(redMat); // 红色的猩猩 let redApe = this.createApe(); redApe.filter...
来源: Laya2.0_示例 发布时间: 20241117
...以没多少时间来熟悉,求万能的前辈们帮忙! 问题如下: 1、 p1.x = p2.x = Point.interpolate(value, p4, .5).x; 2、 target.graphics.beginBitmapFill(srcbmd, mx, true); target.graphics.moveTo(p1.x, p1.y); target.graphics.lineTo(p2.x, p2.y); target.graphics.lineTo(p3...
来源: Laya_社区 发布时间: 20160627
...坏设计了 , 况且这个是基础功能 我觉得应该要支持的 2018-02-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 为什么一定要重写呢 2018-02-28 0 5 分享 微博 ...
来源: Laya_社区 发布时间: 20180227
...eGrid":"30,4,4,4","width":600,"height":400},"type":"Image"},{"props":{"x":41,"y":56,"skin":"comp/button.png","label":"点我赋值","width":150,"height":37,"sizeGrid":"4,4,4,4","var":"btn"},"type":"Button"},{"props":{"x":401,"y":56,"skin":"comp/clip_num.png","clipX":10,"var":"clip"},"type":"Clip"},{...
来源: Laya_社区 发布时间: 20170330