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

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

631. 全局安装layaair2-cmd报错怎么办啊 [ 56%]

...at Module.load (node:internal/modules/cjs/loader:981:32) npm ERR!     at Function.Module._load (node:internal/modules/cjs/loader:822:12) npm ERR!     at Module.require (node:internal/modules/cjs/loader:1005:19) npm ERR!     at require (node:internal/modules/cjs/helpers:102:18)   请问有人...

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

632. laya.d3.renderobjs.renderobj.CullPassBase_API3.0 [ 56%]

...llInfo cullingSpotShadow cullDistanceVolume Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface Static method

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

633. 3D开启多线程报错 [ 56%]

...t TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that matched the signature provided.     at Texture2D.__proto._createWebGlTexture (laya.d3.js:37225)     at Texture2D.__proto.recreateResource (laya.d3.js:37271)     at Texture2D.__proto.onAsynLoaded ...

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

634. graphics绘制报错 [ 56%]

..."./res/apes/monkey2.png"; Laya.loader.load(path, Laya.Handler.create(this, function() { let tex = Laya.loader.getRes(path); let sp = new Laya.Sprite(); Laya.stage.addChild(sp); sp.graphics.drawTriangles( tex, 100, 0, new Float32Array([0,0,1,0,1,1,0,1]), new Float32Array([0,0,1,0,1,1,0,1]), new Uint1...

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

635. LayaAirIDE支持编译成windows本地exe程序吗?就好像UNITY3D那样 [ 56%]

...oBuf 支持 as3 版本吗? 导微信小程序报错window.focus is not a function 微信小程序 发布后缺少app.json文件 请问layaair2.0-js 怎么用程序在list中添加多元素的item Layabox如何实现本地存储 本地调试加载本地图片都报错 laya支持批处理调用js压...

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

636. 版本升级出现问题。1.7.6=》1.7.13 .图集全部乱掉了 [ 56%]

...的例子可以上传一下的 peterpuppy • 2018-01-15 15:32 ``` public function update(delta:Number):Boolean { cur_time += delta; var distance_percent:Number = (cur_time / play_time) * (1 - Math.log(cur_time / play_time)); ani.x = startX + (endX - startX) * distance_percent ani.y = startY + (endY...

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

637. 2.13版本 2D物理碰撞OnTriggerEnter 第三个参数 contact.getHitInfo() 报错 [ 56%]

...x2d 是undefined 请问这里的 this 指向是 ??   contact.getHitInfo = function () {                 var manifold = new this.box2d.b2WorldManifold();                 this.GetWorldManifold(manifold);                 var p = manifold.points[0];                 p.x *...

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

638. tween complete 报错 以及如何判断对象正在缓动中 [ 56%]

...romise) DOMException: play() 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2017-11-22 11:48 浏览: 1997 关注: 3 人 liner1457387450 • 2017-11-22 12:07 恩恩,谢谢,可以了

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

639. [LayaAir3]3.3.1+3.3.2 多个后期处理增删会导致webgl报错 [ 56%]

...其他地方使用会报错 导微信小程序报错window.focus is not a function 一个时间轴动画里创建的多个动画,怎么分别调用?如图 高频使用遮罩 导致手机扫码测试闪屏/黑屏 2.12.2 问题状态 最新活动: 2025-09-28 10:40 浏览: 630 关注: 2 人 哎呀...

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

640. 3D模型旋转定位问题 [ 56%]

...l/build/warehouse1/warehouse1.lh", Laya.Handler.create(this, onComplete)); function onComplete() { //仓库原型 warehouse1 = Laya.Sprite3D.load("model/build/warehouse1/warehouse1.lh"); scene.addChild(warehouse1); warehouse1.transform.rotate(new Laya.Vector3(0, 90, 0), false, false); warehouse1.tra...

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