大约有 480 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0092 秒)
Laya_社区(378) Laya3.0_文档(21) Laya3.0_api(21) Laya2.0_文档(21) Laya2.0_api(14) laya_api(14) Laya_示例(6) Laya2.0_示例(5)
...的错误。 ------ **基础面板** 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
...的错误。 ------ **基础面板** 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
...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
...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
... //为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
...的错误。 ------ **基础面板** 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
...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
...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
...aying : Boolean[read-only] 是否正在播放。 ShurikenParticleSystem looping : Boolean是否循环。ShurikenParticleSystem maxParticles : int获取最大粒子数。ShurikenParticleSystem playOnAwake : Boolean激活时是否自动播放。ShurikenParticleSystem prewarm : Boolean是...
来源: Laya2.0_api 发布时间: 20190513
...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