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

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

81. Unity导出特效,怎么缓存让第一次加载时候不卡呢 [ 74%]

...... ], 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

82. 问下,3D模型导出有什么要求 [ 74%]

...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

83. 在模型有刚体情况下,怎么才能让模型只围绕一个轴进行旋转 [ 73%]

...-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

84. discard property,please use transform's property instead [ 73%]

... 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

85. layaIDE如何使用远程图片 [ 73%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 微信小游戏:HTMLDivElement使用 请问在layaIDE里,怎么调用微信小程序API LayaAirIDE...

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

86. 你先用Laya.timer.frameLoop 然后再用tween才可以生效 直接用tween没用 [ 73%]

...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

87. 如何使用图片网络连接地址,进行图片更换 [ 72%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 如何与服务端建立连接 Textur...

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

88. 使用连接加载图片问题 [ 72%]

...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

89. DataSource怎么使用网路图片路径赋值 [ 72%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement使用 使用3D时候,Property 'getComponentByType' does not exist on type 'No...

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

90. 使用timeline挪动图片位置不对 [ 72%]

...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