大约有 3,272 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0059 秒)
...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
...的可以酬谢 // 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
...位时间 // 停留的时间必须小于总时间 if (time >= 0 && time <= player.playDuration) { let frame = time / player.cacheFrameRateInterval | 0; // 实际帧数 armature.stop(); // 停止当前动画 ...
来源: Laya_社区 发布时间: 20181115
...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
... 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
...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
...World::~btDiscreteDynamicsWorld() + 20 laya::JSCFunction<void (*)(long)>::call(OpaqueJSContext const*, OpaqueJSValue*, OpaqueJSValue*, u... + 40 附件 : --> crash.zip 2019-09-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20190919
...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
...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
...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