大约有 338 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0158 秒)
Laya_社区(156) Laya3.0_api(74) Laya2.0_文档(74) laya_api(19) Laya2.0_api(6) Laya3.0_文档(5) Laya2.0_示例(2) Laya_示例(2)
...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
...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
... 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
... 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
...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
...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
...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
## 3D场景编辑-unity插件使用说明 > *version: 2.9.0beta update: 2020-11-02 author: charley* [TOC] ### 一、3D场景编辑器的研发规划 有开发者问过LayaAir引擎是否会有自己的3D场景编辑器,首先可以肯定的讲,一定会有。3D编辑器是LayaAir3.x引擎规划...
来源: Laya2.0_文档 发布时间: 20210714