大约有 2,110 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0066 秒)
...留的时间必须小于总时间 if (time >= 0 && time <= player.playDuration) { let frame = time / player.cacheFrameRateInterval | 0; // 实际帧数 armature.stop(); // 停止当前动画 if (armature._aniCli...
来源: Laya_社区 发布时间: 20181115
...js:634:29) at http://127.0.0.1:35024/game/code.js:14:71 at Array.forEach (<anonymous>) at Object.__init (http://127.0.0.1:35024/game/code.js:14:36) at http://127.0.0.1:35024/game/code.js:21155:7 at http://127.0.0.1:35024/game/code.js:21156:3 at require (http://127.0.0.1:35024/game/__ ... :1431...
来源: Laya_社区 发布时间: 20180801
...43597+0800 MQEnglish[26555:638256] [assertion] Error acquiring assertion: <Error Domain=RBSServiceErrorDomain Code=1 "(originator doesn't have entitlement com.apple.runningboard.assertions.webkit AND originator doesn't have entitlement com.apple.multitasking.systemappassertions)" UserInfo={NSLoca...
来源: Laya_社区 发布时间: 20240525
...eters value: Color Returns void components get components(): ReadonlyArray<Component> Inherited from Node.components Defined in laya/display/Node.ts:983 返回所有组件实例。 Returns ReadonlyArray<Component> 返回组件实例数组。 destroyed get destroyed(): boolean Inherited f...
来源: Laya3.0_api 发布时间: 20231115
...false; this.addChild(this.itemSpr); //卡马克 for (var i: number = 0; i < 15; i++) { var attItem: HeadItem = new HeadItem; attItem.x = i * this.OFF_X; this.itemList.push(attItem); this.itemSpr.addChild(attItem); } let maskSp:Laya.Sprite = new Laya.Sprite; maskSp.graphics.drawRect(0,0,760,140,'#...
来源: Laya_社区 发布时间: 20170913
...btDiscreteDynamicsWorld::~btDiscreteDynamicsWorld() + 20 laya::JSCFunction<void (*)(long)>::call(OpaqueJSContext const*, OpaqueJSValue*, OpaqueJSValue*, u... + 40 附件 : --> crash.zip 2019-09-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20190919
...es not exist on type 'Node & ChildNode'. Cannot set property text of #<Button> which has only a getter 问题状态 最新活动: 2020-07-09 15:20 浏览: 1695 关注: 2 人
来源: Laya_社区 发布时间: 20200707
...a.viewportPointToRay(this.point, this.ray); //射线检测,射线相交的<最近物体>,最大检测距离30米,只检测第13层 Laya.Physics.rayCast(this.ray, this._outHitInfo, 30, 13); if (this._outHitInfo.distance !== -1){ alert("666"); } this.phasorSpriter3D.begin(Laya.WebGLContext.LINES...
来源: Laya_社区 发布时间: 20170323
...手机预览显示异常 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 我刚开始使用layabox,发布了一个h5,但是手机上应该怎么打开这个网页呢 问题状态 最新活动: 2018-01-18 15:05 浏览: 1019 关注: 2 人 qian • 2018-01-18 15:26 确实不知道 ...
来源: Laya_社区 发布时间: 20180118
...时滚动一模一样。 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 写了一个小塔防游戏,分享给初学的朋友们(ts版本)《二》 想让一个2D的图形被鼠标点击时缩放一下,或左右摇晃一下,最后回到原大小或原位置,应该用什么...
来源: Laya_社区 发布时间: 20180427