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

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

261. FBX导出Index was outside the bounds of the array [ 66%]

...679c156>:0) LayaAir3D.exportResource (System.Boolean isDebug, System.Int32 Platformindex, System.String lastname) (at <fb4f7e057e8e4883a548262c8679c156>:0) LayaAir3D.OnGUI () (at <fb4f7e057e8e4883a548262c8679c156>:0) System.Reflection.MonoMethod.Invoke (System.Object obj, System.Refle...

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

262. 打包app单机版失败 [ 66%]

...本身的问题,我们测试打包是OK的。 ljs872 • 2016-12-30 10:32 刚插入截图了,就一个新项目,没改代码,就打包单机版 ljs872 • 2016-12-30 10:35 是不是和截图顶部那个红色错误有关:NextGen ActionScript extension exited with error code 1。那错误...

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

263. 资源加载(TypeScript-3D基础(TS)-LayaAir3D之资源加载) [ 65%]

...arth1 = scene.addChild(new Laya.MeshSprite3D(PrimitiveMesh.createSphere(5, 32, 32))); earth1.transform.translate(new Laya.Vector3(10, 20, -8)); var earthMat = new Laya.BlinnPhongMaterial(); earthMat.albedoTexture = tex; earthMat.albedoIntensity = 1; earth1.meshRenderer.material = earthMat; })); ``` ...

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

264. LayaAir3DConvertTools [ 65%]

... • 2017-05-10 15:01 使用1.7版本,unity5.5.3导出报IOException: Win32 IO returned 267. Path: E:/model/LayaScene_/Assets/Main-dat:yunlong System.IO.Directory.CreateDirectoriesInternal (System.String path) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/Directory.cs:131) ...

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

265. laya.d3.math.Native.ConchVector3 [ 65%]

...三维向量。 Public Properties PropertyDefined By  elements : Float32Array[只读]向量元素集合。ConchVector3  x : Number 获取X轴坐标。 ConchVector3  y : Number 获取Y轴坐标。 ConchVector3  z : Number 获取Z轴坐标。 ConchVector3Public Methods  MethodDefined By  C...

来源: Laya2.0_api 发布时间: 20190513

266. laya.particle.ParticleTemplate2D_API3.0 [ 65%]

...194 override Returns void addParticleArray addParticleArray(position: Float32Array, velocity: Float32Array): void Defined in laya/particle/ParticleTemplate2D.ts:119 override Parameters position: Float32Array velocity: Float32Array Returns void blend blend(): void Defined in laya/particle/ParticleTem...

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

267. [LayaAir3]模型的显示问题 [ 65%]

...生 • 2024-02-26 10:28 @shiyang shiyang • 2024-02-26 10:41 使用depth32就可以了,但是不知道为什么我的电脑上面depth16就没问题,其他电脑要用depth32

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

268. TypeError: Laya.MovieClip is not a constructor [ 65%]

...eError: Laya.MovieClip is not a constructor preload.js:55 at XLoadUIScript.32.XLoadUIScript._init (file:///D:/1MiniGame/mini-game-client/minigame1/bin/js/bundle.js:3001:18)   at XLoadUIScript.32.XLoadUIScript.onStart (file:///D:/1MiniGame/mini-game-client/minigame1/bin/js/bundle.js:2939:14)   at L...

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

269. laya.d3.core.render.BaseRender [ 65%]

...布尔。 BaseRender  _setShaderValueBuffer(shaderIndex:int, buffer:Float32Array):void 设置Buffer。 BaseRender  _setShaderValueColor(shaderIndex:int, color:*):void 设置颜色。 BaseRender  _setShaderValueInt(shaderIndex:int, i:int):void 设置整型。 BaseRender  _setShaderValueNumber...

来源: laya_api 发布时间: 20170929

270. 我用laya.websocket通信 二进制数据, 服务器对二进制数据进行解析,解析出来不是预期,请问我哪里写错了? 代码如下 [ 65%]

...             dv.setUint16(10, 0, false);             dv.setUint32(12, 0, false);             dv.setUint32(16, 0, false);                       console.log("befor new Uint16Array(b, 20, str.length)");             var context = new Uint16Array(b, 20, str.length);   ...

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