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

大约有 397 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0044 秒)

31. 寻路系统(JavaScript-3D基础(JS)-LayaAir3D之高级应用) [ 79%]

...is.pointCount].x, this.path[this.curPathIndex++ % this.pointCount].z, this.startPoint); this.getGridIndex(this.path[this.nextPathIndex % this.pointCount].x,this.path[this.nextPathIndex++ % this.pointCount].z, this.endPoint); //开始于结束点数据 var start = this.graph.grid[this.startPoint.x][t...

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

32. laya.d3.resource.MulSampleRenderTexture_API3.0 [ 78%]

...end _getSource _removeReference _setCPUMemory _setCreateURL _setGPUMemory _start destroy event getData gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once protected recreate clearPool createFromPool destroyUnusedResources recoverToPool Constructors constructor new MulSample...

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

33. 编译时报错 [ 78%]

...:15] Using gulpfile D:\workspace\Test_2_5_1\.laya\compile.js   [16:24:15] Starting 'layacompile'...   [16:24:16] Finished 'layacompile' after 634 ms   [16:24:16] Starting 'compile'...   [16:24:16] 'compile' errored after 23 ms [16:24:16] Error: Invalid number at error (D:\tools\LayaAirIDE_beta2....

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

34. 寻路系统(TypeScript-3D基础(TS)-LayaAir3D之高级应用) [ 78%]

...is.pointCount].x, this.path[this.curPathIndex++ % this.pointCount].z, this.startPoint); this.getGridIndex(this.path[this.nextPathIndex % this.pointCount].x,this.path[this.nextPathIndex++ % this.pointCount].z, this.endPoint); //开始于结束点数据 var start = this.graph.grid[this.startPoint.x][t...

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

35. [LayaAir3]V3.2 | 调试结果不一致,导致无法判断结果? [ 78%]

...Vector3(1, 1, 1);   @property(Laya.Camera)   camera: Laya.Camera;    onStart() {     //@ts-ignore     window.camera = this.camera;     console.log("Game start", this.camera._up);     console.log(       "Game start",       this.camera._up.x,       this.camera._up.y,       this...

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

36. 寻路系统(ActionScript-3D基础(AS3)-LayaAir3D之高级应用) [ 78%]

...ex(path[curPathIndex % pointCount].x, path[curPathIndex++ % pointCount].z, startPoint); getGridIndex(path[nextPathIndex % pointCount].x,path[nextPathIndex++ % pointCount].z, endPoint); //开始于结束点数据 var start:Object = graph.grid[startPoint.x][startPoint.z]; var end:Object = graph.grid[e...

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

37. 自动旋转后残影 [ 77%]

...tage.bgColor = "#000000"; ChangeSize(); Laya.timer.once(1000,this,function start():void{ Laya.stage.on(Event.RESIZE,this,onResize); }); }   protected function HengPing(): void { trace("设置横屏" ); var layaCanvas:Object = Browser.getElementById("layaCanvas"); layaCanvas.width = Browser.width; l...

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

38. 请问特效播放的速率可以自定义吗? [ 77%]

...时间 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 请问下加载TFF字体要怎么加载呢? 请问layaair2.0-js 怎么用程序在list中添加多元素的item 问题状态 ...

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

39. laya.d3.math.BoundSphere_API3.0 [ 77%]

...rns void Static createFromSubPoints createFromSubPoints(points: Vector3[], start: number, count: number, out: BoundSphere): void Defined in laya/d3/math/BoundSphere.ts:53 从顶点的子队列生成包围球。 Parameters points: Vector3[] 顶点的队列。 start: number 顶点子队列的起始偏...

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

40. Swift中接入Native,执行完drawInRect后不执行update了! [ 77%]

...rent num=10 2019-05-10 17:10:38.479438+0800 SwiftLayaNative[98971:4069811] Start js scripts/apploader.js 2019-05-10 17:10:38.479618+0800 SwiftLayaNative[98971:4069811] OpenGL ES version [OpenGL ES 3.0 APPLE-17.0.37] 2019-05-10 17:10:38.479792+0800 SwiftLayaNative[98971:4069811] INFO:gles 支持的...

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