大约有 434 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0056 秒)
...... ], XXX, XXX); 加载: var effect = actor.mView.root.addChild(Laya.Sprite3D.load("Resources/Player/nan_jianshi/Effect/dmc_skycity_attack1/.lh")); effect.once(Laya.Event.HIERARCHY_LOADED, this, function(){ var particle = effect...
来源: Laya_社区 发布时间: 20170614
...osition = new Laya.Vector3(0,4,15); //载入并显示3D建筑 var map:Laya.Sprite3D = Laya.Sprite3D.load("New Scene.lh"); scene.addChild(map); //map.transform.localPosition = new Laya.Vector3(0,-4, -15); //控制摄像头移动 camera.addComponent(CameraMoveScript); } } new GameMain(); uni...
来源: Laya_社区 发布时间: 20170319
...-11 20:43 @源:那个,这样算是吧刚体和模型分开了吗。 Laya.Sprite3D.load("h5/LayaScene_car/Conventional/car.lh",Laya.Handler.create(this,(sp:Laya.Sprite3D)=> { this.car = sp.getChildAt(0).getChildAt(0) as Laya.Sprite3D; this.scene.addChild(this.car); this.rig = (this.car...
来源: Laya_社区 发布时间: 20190111
... function onComplete() { var grid = scene.addChild(Laya.Sprite3D.load("res/plane.lh")); //地面接收阴影 grid.getChildAt(0).meshRender.receiveShadow = true; var layaMonkey = scene.addChild(Laya.Sprite3D.load("res/LayaMonkey....
来源: Laya_社区 发布时间: 20180725
...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 微信小游戏:HTMLDivElement的使用 请问在layaIDE里,怎么调用微信小程序API LayaAirIDE...
来源: Laya_社区 发布时间: 20180915
...his, this.resetPosition); resetPosition(): void { var aniMonkey: Laya.Sprite3D = scene.getChildByName("monkey") as Laya.Sprite3D; aniMonkey.transform.position = new Laya.Vector3(math,math,math); } Laya.Tween.to(aniMonkey.transform.position, { x: math1, y: aniMonkey.transform.position.y, z:...
来源: Laya_社区 发布时间: 20180117
...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 如何与服务端建立连接 Textur...
来源: Laya_社区 发布时间: 20170920
...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? IDE1.7.8 json图集加载问题 用...
来源: Laya_社区 发布时间: 20170626
...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on type 'No...
来源: Laya_社区 发布时间: 20180505
...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? matter中layasprite怎么改变图片...
来源: Laya_社区 发布时间: 20170113