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

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

71. 物理引擎中更换刚体贴图方法 [ 77%]

... density: 1, //弹力 restitution:0.4, container:this.ballBox, render: { sprite: { texture: "comp/basketball.png", xOffset: 34, yOffset: 34, } } }); 我想通过代码随时更改这个刚体上texture贴图,this.ball.render.sprite.texture="comp/2.png"这个方法只能在游戏刚开始时执...

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

72. 把场景中对像删除,就会报错 [ 77%]

... Uncaught TypeError: Cannot read property 'visible' of null     at RenderSprite3D.__proto._childs (Main.max.js?r0.22069932534774384:33147)     at RenderSprite3D.__proto._graphics (Main.max.js?r0.22069932534774384:33079)     at NpcView.__proto.render (Main.max.js?r0.22069932534774384:54362)   ...

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

73. 求ShuriKenParticle3D用法 [ 77%]

...yaAirUnityPlugin 1.1.0.unitypackage 就可以了 bing • 2017-06-06 11:26 Sprite3D.load('resources/jinbi.lh'); 加载出来对象没有子对象 jinbi.lh 由LayaAirUnityPlugin 1.1.0导出, 内容如下: { "type":"Sprite3D", "props":{"name":""},...

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

74. 3D粒子特效第一次卡顿最终解决方案 [ 77%]

...ader。 private loadEffectComplete():void{         var effect:Laya.Sprite3D = Laya.loader.getRes("res/effect/2/Conventional/bullet.lh");         this.compileShader(effect);         //===========放心使用吧=================         var myeffect:Laya.Sprite3D = effe...

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

75. 底层渲染报错,原因未知,偶现 [ 77%]

....js:1:288118 at Graphics._renderAll (laya.core-56a0e.js:1:300421) at RenderSprite.transform_drawLayaGL [as _fun] (laya.core-56a0e.js:1:131686) at SpineSkeleton.render (laya.core-56a0e.js:1:335975) at RenderSprite._children (laya.core-56a0e.js:1:139465) at Box.render (laya.core-56a0e.js:1:335975) at ...

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

76. 关于graphics._saveToCmd问题 [ 77%]

...面执行绘制给清理掉。代码如下:   // 程序入口 import Sprite = Laya.Sprite; import Stage = Laya.Stage; class GameMain{     private sp:Sprite;     constructor()     {         Laya.init(600,400);         this.sp = new Laya.Sprite();         Laya.stage.addChild(th...

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

77. Laya api 中可能bug [官方来看] [ 76%]

...子没人鸟,自己动手处理了。 1.tiledmap中MapLayer复写了Spriterender方法,使用了自己_showGridList顺序,这样在调整zorder时是调整不到__proto.render=function(context,x,y){ var childs=this._childs; this._childs=this._showGridList; _super.prototype.render.c...

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

78. 【求助】关于Cannot read property 'visible' of undefined问题 [ 76%]

...题 我代码是这样子: private function showFoods():void{ foodSprite = new Sprite(); Laya.stage.addChild(foodSprite); this.index = 0; foodsList = new Array(); foodsList.push(new Food("菜品1", "1", 0)); foodsList.push(new Food("菜品2", "2", 1)); foodsList.push(new Food("菜品3", "3",...

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

79. 使用LayaAirUnityPlugin_beta插件时候在Unity预览报错 [ 75%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mas...

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

80. Laya 2.2在iPhone 6S上出现严重帧率暴跌问题 [ 75%]

...,我单独改名加载不同.lh就没问题。 我问题:用了Sprite3D.instantiate方法,在iPhone6上性能降低了8... 2019-10-04 0 1 分享 微博 QZONE 微信 潘智峰 赞同来自:  我也遇到了这个问题。 2019-10-07 0 0 分享 微博 QZONE 微信 btiger 赞同来自: 把...

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