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

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

411. 1.7.8新版本3d骨骼动画如何获取绑点呢 [ 44%]

...放骨骼动画play没有是否循环接口? 要在AnimationClip资源islooping 里写死? 183*****755 • 2017-08-21 16:03 是的 zfree • 2017-08-21 16:19 @183*****755:那这也太。。,不能代码设置,这个需求很大啊,能否考虑加下。 138*****175 • 2017-08-21 16:37 @183...

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

412. 粒子属性详解(TypeScript-3D基础(TS)-LayaAir3D之粒子系统) [ 43%]

...的错误。 ------ **基础面板** 1. `Duration` 粒子持续时间 2. `Looping` 是否循环 3. `Startdelay` 粒子开始延迟 1. *Constant* 常数 2. *Random Between two Constant* 最大最小常数 4. `StartLifetime` 粒子生命 1. *Constant* 常数 2. *Random Between two Constant* 随机在...

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

413. 粒子属性详解(JavaScript-3D基础(JS)-LayaAir3D之粒子系统) [ 43%]

...的错误。 ------ **基础面板** 1. `Duration` 粒子持续时间 2. `Looping` 是否循环 3. `Startdelay` 粒子开始延迟 1. *Constant* 常数 2. *Random Between two Constant* 最大最小常数 4. `StartLifetime` 粒子生命 1. *Constant* 常数 2. *Random Between two Constant* 随机在...

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

414. [LayaAir2]在使用videoDom创建视频元素后iPad跟iPhone中位置不一样 [ 43%]

...ideo = this.htmlvideo.video; videoTexture.video.play(); videoTexture.video.loop = true; var texture2D = new Laya.Texture2D(videoTexture.video.videoWidth,videoTexture.video.videoHeight); var texture:Laya.Texture = new Laya.Texture(texture2D); var image:Laya.Image = new Laya.Image(); image.texture = t...

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

415. 官方LayaAir之灯光一节示例背景在微信里表现不一致 [ 43%]

...ya.Vector3 = new Laya.Vector3(1,1,0); //每10毫秒旋转一次 Laya.timer.loop(10,null,function(){ box.transform.rotate(vect,true,false); }); } } new LayaAir3D(); 附件 : --> 2018-03-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...

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

416. 同一类型光源互斥的问题报告 [ 43%]

... //为box模型赋材质 plane.meshRender.material = material2; Laya.timer.loop(10, this, loopfun); function loopfun() { if(!camera || !box){ return; } camera.transform.lookAt(box.transform.position, new Laya.Vector3(0, 1, 0), false); } })(); 纹理图片:     附件 : --> 2018-01-03 添加评...

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

417. 粒子属性详解(ActionScript-3D基础(AS3)-LayaAir3D之粒子系统) [ 43%]

...的错误。 ------ **基础面板** 1. `Duration` 粒子持续时间 2. `Looping` 是否循环 3. `Startdelay` 粒子开始延迟 1. *Constant* 常数 2. *Random Between two Constant* 最大最小常数 4. `StartLifetime` 粒子生命 1. *Constant* 常数 2. *Random Between two Constant* 随机在...

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

418. 加载 unity3D导入的旧版蒙皮动画时出现错误 [ 42%]

...oto.flush @ laya.core.js:5982 __proto.render @ laya.core.js:18593 __proto._loop @ laya.core.js:18519 Laya_Aaron • 2018-07-24 20:53 可能有不支持的 节点。这个只能做对照 去删节点找到那个不支持。 淡淡的疯 • 2018-07-25 00:38 暂时修改源码屏蔽这个错误,也...

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

419. 2.0打包apk后有较高几率会触发一个so报错 [ 42%]

...6) 19 android.os.Handler.dispatchMessage(Handler.java:107) 20 android.os.Looper.loop(Looper.java:213) 21 android.app.ActivityThread.main(ActivityThread.java:8178) 22 java.lang.reflect.Method.invoke(Native Method) 23 com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:51...

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

420. laya.d3.core.particleShuriKen.ShurikenParticleSystem [ 42%]

...aying : Boolean[read-only] 是否正在播放。 ShurikenParticleSystem  looping : Boolean是否循环。ShurikenParticleSystem  maxParticles : int获取最大粒子数。ShurikenParticleSystem  playOnAwake : Boolean激活时是否自动播放。ShurikenParticleSystem  prewarm : Boolean是...

来源: Laya2.0_api 发布时间: 20190513