• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 2,110 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0066 秒)

1721. 设置骨骼动画停留在某一帧/某一个时间点 [ 49%]

...留的时间必须小于总时间     if (time >= 0 && time <= player.playDuration) {         let frame = time / player.cacheFrameRateInterval | 0;    // 实际帧数         armature.stop();            // 停止当前动画         if (armature._aniCli...

来源: Laya_社区 发布时间: 20181115

1722. 微信开发工具编译报错 [ 49%]

...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

1723. [LayaNative2]IOS native打包 webview播放视频 返回后没声音 [ 49%]

...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

1724. laya.d3.core.light.SpotLight_API3.0 [ 49%]

...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

1725. 引擎遮罩报错 [ 49%]

...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

1726. laya2.1.0打包native版本出现概率闪退,看日志是底层的physical3D.js报错了 [ 49%]

...btDiscreteDynamicsWorld::~btDiscreteDynamicsWorld() + 20 laya::JSCFunction<void (*)(long)>::call(OpaqueJSContext const*, OpaqueJSValue*, OpaqueJSValue*, u... + 40   附件 : --> crash.zip 2019-09-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

来源: Laya_社区 发布时间: 20190919

1727. Cannot read property 'props' of undefined [ 49%]

...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

1728. 射线BUG [ 49%]

...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

1729. iphone6s手机百度浏览器是不是不支持webgl? [ 49%]

...手机预览显示异常 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 我刚开始使用layabox,发布了一个h5,但是手机上应该怎么打开这个网页呢 问题状态 最新活动: 2018-01-18 15:05 浏览: 1019 关注: 2 人 qian • 2018-01-18 15:26 确实不知道 ...

来源: Laya_社区 发布时间: 20180118

1730. 为什么Laya不出一个跟Egret一样的外部调试插件? [ 48%]

...时滚动一模一样。 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 写了一个小塔防游戏,分享给初学的朋友们(ts版本)《二》 想让一个2D的图形被鼠标点击时缩放一下,或左右摇晃一下,最后回到原大小或原位置,应该用什么...

来源: Laya_社区 发布时间: 20180427