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

大约有 3,272 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0059 秒)

2741. laya.d3.core.BaseCamera_API3.0 [ 48%]

...rties _extra _forward _scene _up _url name tag useOcclusionCulling RENDERINGTYPE_DEFERREDLIGHTING RENDERINGTYPE_FORWARDRENDERING WORLDINVERTFRONT Accessors active activeInHierarchy clearColor components cullingMask destroyed displayedInStage farPlane fieldOfView hideFlags id is3D layer maxlocalYDist...

来源: Laya3.0_api 发布时间: 20231115

2742. 【算法挑战】双指外扩/内聚时,如何实现以双指中点为中心缩小/放大舞台。 [ 48%]

...的可以酬谢           // if(distance - this.lastDistance>0){         // Laya.stage.x +=  -(((touches[0].x+touches[1].x)/2) + (distance)* (1/Laya.stage.scaleX)) * (1/Laya.stage.scaleX) ;         // Laya.stage.y +=  -(((touches[0].y+touches[1].y)/2) +...

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

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

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

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

2744. swf预加载问题 [ 48%]

...t.LOADED,this,load); } public function load(e:* = null):void{ if(assets.length > 0){ mc.load(assets.shift()); }else{ onAssetsLoaded(); } } private function onAssetsLoaded(e:*=null):void { this.event(BEFORLOADERFINISH); } } } 2016-12-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

2745. 微信开发工具编译报错 [ 48%]

... 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/__ ... :14317) at http://...

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

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

...ator doesn't have entitlement com.apple.multitasking.systemappassertions)}> 2024-05-25 10:49:13.843818+0800 MQEnglish[26555:638256] [ProcessSuspension] 0x17e020fc0 - ProcessAssertion::acquireSync Failed to acquire RBS assertion 'WebKit Media Playback' for process with PID=26575, error: Error Doma...

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

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

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

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

2748. Cannot read property 'props' of undefined [ 48%]

...st on type 'Node & ChildNode'. Cannot set property text of #<Button> which has only a getter 问题状态 最新活动: 2020-07-09 15:20 浏览: 1695 关注: 2 人

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

2749. laya.d3.core.light.SpotLight_API3.0 [ 48%]

...ce shadowMode shadowNearPlane shadowNormalBias shadowResolution shadowStrength spotAngle timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop fr...

来源: Laya3.0_api 发布时间: 20231115

2750. 射线BUG [ 48%]

...oRay(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, state); //绘...

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