大约有 44 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0033 秒)
Tween下的动画速度如何改变? //转盘!! public function rotateFunc(awards,angle,text):void{ isRotated = true; // Laya.timer.frameLoop(1,this,bian,[angle,text]); //缓动动画 Tween.to(pan,{ rotation: -(720+angle) },5000,Ease.bounceOut(0,0,0,5000),Handler.create(this,function():void{ ...
来源: Laya_社区 发布时间: 20180613
... !== -1) { Laya.Vector3.add(_outHitInfo.position, _offset, _vector3); Laya.Tween.to(_position, {x: _vector3.x, y: _vector3.y, z: _vector3.z}, 500/**,Ease.circIn*/); Laya.Quaternion.lookAt(box.transform.position, _vector3, _upVector3, _quaternion); } }); })();class RayPicking03 { private ray: Laya.Ra...
来源: Laya_示例 发布时间: 20241117
...叠 要回复问题请先登录 发起人 138*****224 相关问题 缓动Tween能用在3D物体或者特效上面吗? 加载到舞台的3D模型不显示贴图 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined IDE1.7.8 json图集加载问题 请...
来源: Laya_社区 发布时间: 20190509
发布安卓后异常 用Tween.to将一个显示对象的rotation设置为0(初始不为0), 当显示对象的scale不为1时,最终rotation的值虽然为0,但显示有偏差。 手机浏览器里时正常的,打打包成apk就有出现异常 附件 : --> 2018-01-10 添加评论 免...
来源: Laya_社区 发布时间: 20180110
【分享】Laya As3 Tween类的loop实现和3d简单缓动实现 这段时间学习laya做3d小游戏,在想要3d缓动时,发现官方的缓动只能用于2d。且想用一个基本的yoyo和loop时,也是不支持的,需要自己实现。 看到社区里也有很多人问Tween有没有yo...
来源: Laya_社区 发布时间: 20180905
...prototype.dh = function(){ this.ani1.play(0,true); Tween.to(this.bigfont,{scaleX:1,scaleY:1},500,Ease.backOut,null,0) Tween.to(this.smallfont,{y:905},500,null,null,500); //Tween.to(this.diqiu,{rotation:36000},100000,null,null,500); } Lload....
来源: Laya_社区 发布时间: 20160815
...支持程度同步更新(如下) Start Speed -> Curve, Randow Between Two Curve Start Size -> Curve, Randow Between Two Curve 3D Start Rotation -> Curve, Randow Between Two Curve Start Rotation -> Curve, Randow Between Two Curve Start Color -> Gradient, Randow Between Two Grad...
来源: Laya_社区 发布时间: 20161219
...BUG BUG1:package ui.test { import laya.display.Sprite; import laya.utils.Tween; public class MyBox extends Sprite { private var _shape:Sprite; public function MyBox() { super(); graphics.drawRect(0,0,200,200,"#00ff00"); _shape=new Sprite(); _shape.graphics.drawCircle(0,0,20,"#ff0000"); addChild(_sha...
来源: Laya_社区 发布时间: 20170124
...够获取“鼠标是否处于按下状态”? sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 加载到舞台的3D模型不显示贴图 LayaAirIDE下如何使用mask? unity中的模型导出后在laya中显示不正常 从unity导出的场景透贴和模型烘焙的...
来源: Laya_社区 发布时间: 20180418
...undAngel.height); this.angel.rotation = -15; // 守护神设置呼吸 Laya.Tween.to(this.angel,{scaleY:0.99},900,Laya.Ease.linearInOut,Handler.create(this,this.angelTween1)); // 飞艇设置浮动 Laya.Tween.to(this.aeroboat,{y:-data.aeroboat[aeroboatLel].h-8},800,Laya.Ease.linearInOut,Handler.creat...
来源: Laya_社区 发布时间: 20170720