大约有 395 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0048 秒)
Laya_社区(170) Laya3.0_api(67) Laya2.0_api(63) laya_api(56) Laya2.0_文档(16) Laya_示例(12) Laya3.0_文档(9) Laya2.0_示例(2)
... 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
... 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
...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
...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
....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
...面执行的绘制给清理掉。代码如下: // 程序入口 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
...子没人鸟,自己动手处理了。 1.tiledmap中的MapLayer复写了Sprite的render方法,使用了自己的_showGridList顺序,这样在调整zorder时是调整不到的__proto.render=function(context,x,y){ var childs=this._childs; this._childs=this._showGridList; _super.prototype.render.c...
来源: Laya_社区 发布时间: 20180412
...题 我的代码是这样子的: 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
...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
...,我单独改名加载不同的.lh就没问题。 我的问题:用了Sprite3D.instantiate方法,在iPhone6上性能降低了8... 2019-10-04 0 1 分享 微博 QZONE 微信 潘智峰 赞同来自: 我也遇到了这个问题。 2019-10-07 0 0 分享 微博 QZONE 微信 btiger 赞同来自: 把...
来源: Laya_社区 发布时间: 20190921