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

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

221. layabox 只支持一个灯光? [ 69%]

...r3(0.0, 0.0, 0.8); this.loadCCDlight.range = 6.0; this.loadCCDlight.spot = 32; this.loadCCDlight.intensity = 100; } //加载检测闪光 private addCheckCCDLight() { //聚光灯 this.checkCCDligt = this.scene.addChild(new Laya.SpotLight()) as Laya.SpotLight; this.checkCCDligt.color = new Laya.Vector...

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

222. 选择压缩混淆 JS发布项目,protobuf解析报错 [ 69%]

...his.skip(); break; case 1: this.skip(8); break; case 2: this.skip(this.uint32()); break; case 3: do { // eslint-disable-line no-constant-condition if ((wireType = this.uint32() & 7) === 4) break; this.skipType(wireType); } while (true); break; case 5: this.skip(4); break;  /* istanbul ignore ne...

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

223. laya.d3.animation.AnimationTransform3D_API3.0 [ 69%]

...rited from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回...

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

224. [LayaAirIDE3]LayaAir 3.2.1 开启不久后突然报错 [ 69%]

...认三个预制体的子节点随便点点,一会儿就回报错 client_32_temp.zip 2024-11-01 0 0 分享 微博 QZONE 微信 谷主 赞同来自: 是指打开hero这个预制体吗,要点多少下 2024-11-01 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题...

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

225. Laya.WebGL显示undefined, 现在怎么在Laya.init()里面用webGL渲染呢? [ 69%]

...用法的问题,跟支不支持webGL无关! godssl • 2017-07-19 10:32 @cuixueying:webGL引擎库是哪一份JS呢? cuixueying • 2017-07-19 11:23 laya.webgl.js godssl • 2017-07-18 14:32 回了, 你看看 godssl • 2017-07-18 14:33 用Laya.WebGL也是显示undefined的 是不是需要引什...

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

226. laya.display.cmd.DrawTrianglesCmd_API3.0 [ 69%]

...Defined in laya/display/cmd/DrawTrianglesCmd.ts:18 纹理。 uvs uvs: Float32Array Defined in laya/display/cmd/DrawTrianglesCmd.ts:34 UV数据。 vertices vertices: Float32Array Defined in laya/display/cmd/DrawTrianglesCmd.ts:30 顶点数组。 x x: number Defined in laya/display/cmd/DrawTrianglesCm...

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

227. TiledMap加载报错 relativePath为空 [ 69%]

...0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 131, 132, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 139, 140, 0, 0, 0, 0, 3221225508, 3221225498, 2684354595, 2684354595, 39, 39, 18, 3221225509, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 152, 0, 0, 35,...

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

228. 关于2D粒子的渲染问题 [ 69%]

...下边的方法   public override function addParticleArray(position:Float32Array, velocity:Float32Array):void {   中,把所有的参数放到一个数组中:        var particleData:ParticleData = ParticleData.Create(settings, position, velocity, _currentTime);       var startIndex:in...

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

229. laya.d3.core.particleshuriken.module.shape.BaseShape_API3.0 [ 69%]

...tion(position: Vector3, direction: Vector3, rand?: Rand, randomSeeds?: Uint32Array): void Defined in laya/d3/core/particleShuriKen/module/shape/BaseShape.ts:54 用于生成粒子初始位置和方向。 Parameters position: Vector3 粒子位置。 direction: Vector3 粒子方向。 Default value ran...

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

230. Laya抛出异常后跳过异常不能继续运行吗? [ 68%]

...不是不太好用?需要严格写代码?? jxfcwys • 2017-11-22 20:32 麻烦帮忙确认下: 是不是IDE和浏览器里面报异常后就不能继续运行了,必须要重新运行游戏? survivor • 2017-11-23 10:32 空引用能不是fatal error吗?你告诉我,你在代码里...

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