大约有 1,569 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0050 秒)
Laya_社区(678) Laya3.0_api(636) Laya2.0_api(70) laya_api(47) Laya2.0_文档(47) Laya3.0_文档(36) Laya2.0_示例(29) Laya_示例(26)
...e().shapeDic[this.mId]; if (mHaveKey ) { return; } } ....... }感觉这个判断有问题,因为setPathId 之后 mHaveKey就设置为true了, 这样arcTo 后面的代码都不会运行了。绘制就没有了 而同样的arc方法的判...
来源: Laya_社区 发布时间: 20190708
... { height?: number; width: number } Optional height?: number width: number Returns number[] recover recover(): void Defined in laya/display/cmd/FillTextureCmd.ts:69 回收到对象池 Returns void Globals "laya/display/cmd/FillTextureCmd" FillTextureCmd color height offset percent texture type width...
来源: Laya3.0_api 发布时间: 20231115
... = MultiPointBezier(anchorpoints, i / pointsAmount); points.push(point); } return points; } function MultiPointBezier(points, t) { var len = points.length; var x = 0, y = 0; var erxiangshi = function (start, end) { var cs = 1, bcs = 1; while (end > 0) { cs *= start; bcs *= end; start--; end--; } ...
来源: Laya_社区 发布时间: 20171108
...am x 绘制的 X 轴偏移量。 * @param y 绘制的 Y 轴偏移量。 * @return HTMLCanvas 对象。 */ public function drawToCanvas(canvasWidth:Number, canvasHeight:Number, offsetX:Number, offsetY:Number):HTMLCanvas { return RunDriver.drawToCanvas(this, _renderType, canvasWidth, canvasHeight, off...
来源: Laya_社区 发布时间: 20170510
... text.overflow = Text.VISIBLE; text.color = "#FFFFFF"; text.fontSize = 20; return text; } } return UIDropBox; })(); 请问如何使我的自定义类UIDropBox继承Laya.Sprite? 现在第10行 调用addChild 调不到。。报错了 没继承成功 2016-12-26 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20161226
... { height?: number; width: number } Optional height?: number width: number Returns number[] recover recover(): void Defined in laya/display/cmd/DrawTrianglesCmd.ts:77 回收到对象池 Returns void Globals "laya/display/cmd/DrawTrianglesCmd" DrawTrianglesCmd alpha blendMode color indices matrix tex...
来源: Laya3.0_api 发布时间: 20231115
...为true,缓动结束之后自动回收到对象池。 * @return 返回Tween对象。 */ public static function to(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false, autoR...
来源: Laya_社区 发布时间: 20180425
...建的弹窗实例 instance.close = function(type = null) { if (!type) return // 这儿加一层限制,所有未知原因的关闭弹窗都不生效 this.closeType = type; Laya.Dialog.manager.close(this); } 2020-07-08 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要...
来源: Laya_社区 发布时间: 20170316
...,这个说明也没表示是否三维的 /** * 获取局部缩放。 * @return 局部缩放。 */ /** * 设置局部缩放。 * @param value 局部缩放。 */ localScale: Vector3; /** * 获取世界缩放。 * @return 世界缩放。 */ /** * 设置世界缩放。 * @param value 世界缩放。 *...
来源: Laya_社区 发布时间: 20180417
...oop() { if (this.assetManager.isLoadingComplete()) { this.parseSpineAni(); return; } if (this.assetManager.hasErrors()) { this.event(Event.ERROR, "load failed:" + this.assetManager.getErrors()); return; } Laya.timer.frameOnce(1, this, this.loop); } =======================================...
来源: Laya_社区 发布时间: 20220122