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

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

331. lib/arm/liblayaair.so 总是崩溃 [ 42%]

...agerEx: speed = 3.2K/s 08-14 10:57:49.407 3996-3996/? I/NetworkSpeedView: /update(), speed=3.2K/s 08-14 10:57:49.417 17175-17175/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***     Build fingerprint: 'HONOR/PLK-AL10/HWPLK:6.0/HONORPLK-AL10/C00B389:user/release-keys'   ...

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

332. 使用3D摄像机 · LayaAir3.3 · 引擎文档 · LAYABOX [ 41%]

...onAwake(): void { this.curpos = new Laya.Vector3(); } /** * 第一次执行update之前执行,只会执行一次 * 此方法为虚方法,使用时重写覆盖即可 */ onStart(): void { this.camera = this.owner as Laya.Camera; if (this.target) { this.target.transform.position.cloneTo(this.curpos...

来源: Laya3.0_文档 发布时间: 20251010

333. laya.d3.webxr.core.WebXRCamera_API3.0 [ 40%]

... renderingOrder scene skyRenderer timer transform url viewMatrix viewport _updateMark Methods _applyCommandBuffer _createOpaqueTexture _initialize _isLayerVisible _needRenderGamma _processActive _updateCameraRenderData addAllLayers addChild addChildAt addChildren addCommandBuffer addComponent addCom...

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

334. laya.d3.core.Camera_API3.0 [ 40%]

... renderingOrder scene skyRenderer timer transform url viewMatrix viewport _updateMark Methods _applyCommandBuffer _createOpaqueTexture _initialize _isLayerVisible _needRenderGamma _processActive _updateCameraRenderData addAllLayers addChild addChildAt addChildren addCommandBuffer addComponent addCom...

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

335. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 39%]

...enderableSprite3D _setUnBelongScene():void[override] RenderableSprite3D _update(state:RenderState):void[override] 更新 RenderableSprite3D _updateConch(state:RenderState):void[override] 更新 RenderableSprite3D addChild(node:Node):Node[override] 添加子节点。 Sprite3D addChildAt(node:Nod...

来源: laya_api 发布时间: 20170929

336. 运行器在手机上一打开就崩溃 [ 38%]

...deService 07-22 15:28:49.397: E/0(13400): ==============Java流程 checkApkUpdate 07-22 15:28:49.397: E/0(13400): [ 07-22 15:28:49.398 13400:13461 I/         ] 07-22 15:28:49.397: E/0(13400): update url=https://www.layabox.com/layapl ... 30488 07-22 15:28:49.398: E/AndroidRuntime(13400): FATAL ...

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

337. 3D中摄像机绕物体旋转该如何实现? [ 32%]

...mouseUp); Laya.stage.on(Laya.Event.MOUSE_WHEEL, this, this.mouseWheel) } onUpdate(): void { if (Laya.Browser.onMobile) { this.AroundByMobileInput(); } else { this.AroundByMouseInput(); } if (!this.canRotation_X) this.targetAngles.y = 0; if (!this.canRotation_Y) this.targetAngles.x = 0; //Lerp. this....

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

338. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 17%]

## 3D场景编辑-unity插件使用说明 > *version: 2.9.0beta update: 2020-11-02 author: charley* [TOC] ### 一、3D场景编辑器的研发规划 有开发者问过LayaAir引擎是否会有自己的3D场景编辑器,首先可以肯定的讲,一定会有。3D编辑器是LayaAir3.x引擎规划...

来源: Laya2.0_文档 发布时间: 20210714