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

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

21. Laya截图3D场景相关模型,导致模型透视! [ 74%]

...thographic = true; camera.orthographicVerticalSize = 5; this.effRes = Laya.Sprite3D.load(resUrl); this.effRes.on(Laya.Event.HIERARCHY_LOADED, this, function(){ this.eff1 = scene.addChild( Laya.Sprite3D.instantiate(this.effRes)); this.eff1.transform.position = new Laya.Vector3(0,0,50); this.eff1.tran...

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

22. 谷歌浏览器无法使用skeleton.load [ 74%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. iphone自带浏览器页面怎么锁...

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

23. 动画状态脚本(ActionScript-3D基础(AS3)-LayaAir3D之Animator动画) [ 73%]

...。 动画状态脚本可以创建并添加给动画状态,其方式Sprite3D对象添加脚本非常相似。使用动画状态`addScript` 方法来添加动画状态脚本。 下方代码来自于官方示例([demo地址](https://layaair.ldc.layabox.com/demo2/?language=ch&categor...

来源: Laya2.0_文档 发布时间: 20210714

24. 动画挂点(TypeScript-3D基础(TS)-LayaAir3D之Animator动画) [ 72%]

...{ Laya.stage.addChild(res); //用于挂点精灵 var box = new Laya.MeshSprite3D(Laya.PrimitiveMesh.createBox(1,1,1)); var material = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(this, function(tex) { material.albedoTexture = tex; })); box.meshRenderer...

来源: Laya2.0_文档 发布时间: 20210715

25. 动画挂点(JavaScript-3D基础(JS)-LayaAir3D之Animator动画) [ 72%]

...{ Laya.stage.addChild(res); //用于挂点精灵 var box = new Laya.MeshSprite3D(Laya.PrimitiveMesh.createBox(1,1,1)); var material = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(this, function(tex) { material.albedoTexture = tex; })); box.meshRenderer...

来源: Laya2.0_文档 发布时间: 20210714

26. 使用iOS内嵌webview加载网页,播放背景音乐,没有声音 [ 72%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒说明 IOS系统内嵌H5游戏,退到后台,等几秒返回音乐音效全...

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

27. gif能否使用?用什么去加载? [ 71%]

...什么? 已上传 Demo 附件 TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 加载到舞台3D模型不显示贴...

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

28. 请问特效播放速率可以自定义吗? [ 71%]

...rivate _onLoadEffectComplete(effectPath: string): void { let spriteEffect: Sprite3D = Laya.loader.getRes(effectPath) this._curRole.addChild(spriteEffect) let effectChilds: any = spriteEffect._childs[0]._childs for (let v of effectChilds) { //v.particleSystem.emission.emissionRate = 10 v.particleSyst...

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

29. SWF处理后使用问题 [ 70%]

...答(最新版本:1.7.16) TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体?...

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

30. layaair使用过程中发现drawcall优化问题 [ 69%]

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

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