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

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

411. 粒子属性详解(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

412. 粒子属性详解(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

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

414. 官方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

415. 同一类型光源互斥的问题报告 [ 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

416. 粒子属性详解(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

417. 加载 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

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

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

420. 关于大量图片加载绘制后的内存暴增的疑问 [ 42%]

...e(); Laya.stage.addChild(sp); //每隔0.05秒出现下张图片 Laya.timer.loop(50,this,onLoop); } private function onLoop():void { //更改texture的纹理,逐一显示不同的image chageTexture(); //如果texture有值,进行绘制并排序 if(texture) { sp.graphics.drawTexture(texture,(num-1...

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