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

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

491. 小游戏导入手机后Sprite.Mask没有正常显示 [ 65%]

...到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 用canvas 2018-07-10 0 0 分享 微博 QZONE 微信 流光鸣_ 赞同来自: 是指微信里的Canvas么? 2018-07-10 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问...

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

492. 创建动画时画布的width和height与 实例化后的ani.size(width, height) 有什么区别 [ 65%]

... unclepi 赞同来自: 我设置的一个 240x240的动画,代码如下_proto_.onAnimation_BirdSing = function () { this.aniBirdSing = new Laya.Animation(); this.aniBirdSing.loadAtlas("res/atlas/birdsing.json"); this.aniBirdSing.interval = 35; // 设置播放间隔(单位:毫秒) this.aniBir...

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

493. 2.12.2beta1 诸多bug [ 65%]

2.12.2beta1 诸多bug   附件 : --> 无demo_看描述简单易懂.zip _onEnable错误调用.zip 3个bug示例查看GameUI类.zip 2021-11-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Laya_Fred 赞同来自:...

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

494. [LayaAir3]官方spine demo资源laya2.0安卓原生满帧laya3.0安卓原生只有10fps [ 65%]

...352用户 赞同来自: 模拟器运行arm架构导致的,使用X86和X86_64架构后正常 2023-12-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 狂蜂浪蝶 相关问题 发起问题须知,必看!!...

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

495. 微信小游戏 code.js 报错 Cannot read property 'apply' of undefined [ 65%]

...e.setup (http://127.0.0.1:25423/game/code.js:59330:33)     at Type.encode_setup [as encode] (http://127.0.0.1:25423/game/code.js:59362:17)     at AwesomeData.Send (http://127.0.0.1:25423/game/code.js:61458:35)     at NetSocketManager.onSocketOpen (http://127.0.0.1:25423/game/code.js:61514:39) ...

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

496. laya.d3.core.material.BlinnPhongMaterial [ 65%]

...Material renderQueue : int 所属渲染队列.BaseMaterial  SHADERDEFINE_DIFFUSEMAP : int[static] BlinnPhongMaterial  SHADERDEFINE_ENABLEVERTEXCOLOR : int[static] BlinnPhongMaterial  SHADERDEFINE_NORMALMAP : int[static] BlinnPhongMaterial  SHADERDEFINE_SPECULARMAP : int[static] BlinnPhongMa...

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

497. 3D项目,,模型默认朝向的问题,,, [ 65%]

...laya的正方向,在场景里面创建出来2个,   第一个: this._mainPlayer.transform.position = new Vector3( 0,0,1 ); 第二个: this._npc.transform.position = new Vector3( 0,0,4 );   然后调用: this._npc.transform.lookAt( this._mainPlayer.transform.position,new Laya.Vector3(0,1,...

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

498. WebGL模式下,使用fillTexture填充Sprite,在Sprite移动时,会有间隔线显示并闪烁 [ 65%]

... = new Laya.Sprite(); this.mapBg.name = "map"; this.mapBg.width = GameMain._width; this.mapBg.height = GameMain._height; this.mapBg.x = 0; this.mapBg.y = 0; this.mapBg.graphics.fillTexture(texture, 0, 0, GameMain._width, GameMain._height); this.map.addChild(this.mapBg);    问题已经解决:当...

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

499. 射线BUG [ 65%]

..., 0, 0), new Laya.Vector3(0, 0, 0)); this.point = new Laya.Vector2(); this._outHitInfo = new Laya.RaycastHit(); this.phasorSpriter3D = new Laya.PhasorSpriter3D(); this.camera = this.addChild(new Laya.Camera(0, 0.1, 100)); this.camera.transform.translate(new Laya.Vector3(0, 1, 3)); //camera.addCompon...

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

500. Skeleton骨骼动画内存泄漏 [ 65%]

...e.on(Laya.Event.COMPLETE, this, this.teComplete); this.te.loadAni("res/wing_01_side.sk"); } } else if(e.keyCode == 50 || e.keyCode == 98) { if(this.te != null){ this.te.destroy(); this.te = null; this.sk.destroy(); this.sk = null; } } } private teComplete():void{ this.sk = this.te.buildArmature(0); ...

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