大约有 44 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0034 秒)
...this._modelPnl.localToGlobal(new Laya.Point(0, 0)) let { x: x2, y: y2 } = this._modelPnl.localToGlobal(new Laya.Point(this._modelPnl.width, this._modelPnl.height)) let w = x2 - x let h = y2 - y let bounds = new Laya.Rectangle(x, y, w, h) ...
来源: Laya_社区 发布时间: 20200401
...msaa可以你把rt设置的samples等级开上对应的就是msaa的等级2x2 , 4x4, 8x8类似的 2023-09-13 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 莱娅 相关问题 动画混合无效(版本2.6) lh文件内meshSprite添加...
来源: Laya_社区 发布时间: 20230913
...-1[static] Physics3DUtils COLLISIONFILTERGROUP_CHARACTERFILTER : int = 0x20[static] Physics3DUtils COLLISIONFILTERGROUP_CUSTOMFILTER1 : int = 0x40[static] Physics3DUtils COLLISIONFILTERGROUP_CUSTOMFILTER10 : int = 0x8000[static] Physics3DUtils COLLISIONFILTERGROUP_CUSTOMFILTER2 : int = 0...
来源: Laya2.0_api 发布时间: 20190513
... 我在递归方法里面监听动画播放完毕,第二次递归就会X2调用·如果还能第三次的话就X4调用,导致程序逻辑错误报错,无法运行。 改成了用 延迟大概动画播放完的时间!! 我方法 是BUG把? 附件 : --> 2017-12-15 添加评论 免费...
来源: Laya_社区 发布时间: 20171215
... in laya/display/cmd/DrawLinesCmd.ts:22 线段的点集合。格式:[x1,y1,x2,y2,x3,y3...]。 x x: number Defined in laya/display/cmd/DrawLinesCmd.ts:14 开始绘制的X轴位置。 y y: number Defined in laya/display/cmd/DrawLinesCmd.ts:18 开始绘制的Y轴位置。 Static ID ID: string = "DrawLi...
来源: Laya3.0_api 发布时间: 20231115
...t('2d') 返回 null 。 现在我要使用ctx.createLinearGradient(x1, y1, x2, y2) 这个只有在普通canvas才可以用,有没有可以替代的东西 谢谢了! 2017-10-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20171025
...nes.splice(i, 1); } this.cutLayer.graphics.drawLine(line.x1, line.y1, line.x2, line.y2, "#ffffff", this.lineBorder - line.state); } 2018-04-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: ...
来源: Laya_社区 发布时间: 20180411
...路径支持以下格式:[["moveTo",x,y],["lineTo",x,y],["arcTo",x1,y1,x2,y2,r],["closePath"]]。 pen pen: any Defined in laya/display/cmd/DrawPathCmd.ts:30 (可选)画笔定义,支持以下设置{strokeStyle,lineWidth,lineJoin:"bevel|round|miter",lineCap:"butt|round|square",miterLimit}。 x...
来源: Laya3.0_api 发布时间: 20231115
...法绘制。 源码 override public function arcTo(x1:Number, y1:Number, x2:Number, y2:Number, r:Number):void { if (mId != -1) { var tShape:IShape = VectorGraphManager.getInstance().shapeDic[this.mId]; if (mHaveKey ) { return; } ...
来源: Laya_社区 发布时间: 20190708
...000000084479c /data/app/com.fengliu.fkxyr-1/lib/arm64/libv8.cr.so (offset 0x2ea000) #02 pc 000000000017ea68 /data/app/com.fengliu.fkxyr-1/lib/arm64/liblayaair.so (laya::Javascript::init(int)+88) #03 pc 000000000021b040 /data/app/com.fengliu.fkxyr-1/lib/arm64/liblayaair.so (laya::JCScriptRuntim...
来源: Laya_社区 发布时间: 20200120