大约有 407 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0044 秒)
Laya_社区(163) Laya3.0_api(86) Laya2.0_api(57) laya_api(53) Laya2.0_文档(23) Laya2.0_示例(10) Laya_示例(9) Laya3.0_文档(6)
...都雨墨游戏 求 laya 程序开发人员 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 Laya 鼠标Cursor怪异问题,有demo Laya拖尾怎么停止或清除,比如要瞬移角色的时候停止。伤脑壳~~!! new Laya.Sprite...
来源: Laya_社区 发布时间: 20190801
...n", viewRect, Laya.Handler.create(this, this._OnMapCreate), null, new Laya.Point(2 * 64, 2 * 32)); 附件 : --> 2019-01-02 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要...
来源: Laya_社区 发布时间: 20190102
..., Browser.height); //为第四个参数gridSize创建一个512*512大小的Point对象实例 var gridSize:Point = new Point(512, 512); //创建TiledMap地图 tMap.createMap("res/TiledMap/orthogonal.json",viewRect, Handler.create(this,onMapLoaded), null, gridSize) ``` ### 3.3 合并图层 #### 3.3.1 ...
来源: Laya2.0_文档 发布时间: 20210714
... ![blob.png](img/4.png) (图9) 通过增加drawCurves的第三位points点集合的参数,我们可以让曲线更复杂一些,修改的示例代码如下: ```javascript //增加58, 100与78, 0坐标让曲线更复杂一些 sp.graphics.drawCurves(10, 58, [0, 0, 19, -100, 39,...
来源: Laya2.0_文档 发布时间: 20210714
...etCorners getExtent getMax getMin setCenter setExtent setMax setMin containPoint merge Constructors constructor new Bounds(min?: Vector3, max?: Vector3): Bounds Defined in laya/d3/math/Bounds.ts:130 创建一个 Bounds 实例。 Parameters Optional min: Vector3 min 最小坐标 Optional max: Vector3...
来源: Laya3.0_api 发布时间: 20231115
...ying: Gamelog("dialog1.width*i=="+(movePath[0].localToGlobal(new Point(movePath[0].x,movePath[0].y)).x-movePath[0].x)); 我这可以 目前是x轴坐标 cuixueying • 2017-05-04 15:55 你试下 (显示对象.parent).localToGlobal。。。
来源: Laya_社区 发布时间: 20170504
...图形以后,怎么删除释放资源? drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 微信小游戏利用开放域好友关系链做排行榜 微信小游戏绘制开放域内容,字体模糊是什么原因? 用sprite.graphics...
来源: Laya_社区 发布时间: 20190404
...先登录 发起人 skylucha 相关问题 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 创建动效模板 可能存在bug list 每次滑动,都是可以滑动一点点,可不可以如何设置,让他每次滑动,只能固定的...
来源: Laya_社区 发布时间: 20170316
...hEnabled Accessors inst touchCount touchTarget touches Methods getNodeUnderPoint getSprite3DUnderPoint getSpriteUnderPoint handleKeys handleMouse handleTouch hitTest cancelClick getTouchPos hasKeyDown Constructors constructor new InputManager(): InputManager Defined in laya/events/InputManager.ts:48...
来源: Laya3.0_api 发布时间: 20231115
...color参数无效 localToGlobal坐标转换 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 怎样获取浏览器地址传过来的GET参数 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 3D模型的原点不在模型...
来源: Laya_社区 发布时间: 20171227