大约有 104 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0031 秒)
Laya_社区(72) Laya2.0_文档(9) Laya3.0_api(7) Laya_示例(5) Laya2.0_示例(4) laya_api(3) Laya2.0_api(3) Laya3.0_文档(1)
....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.Ray; private point: Laya.Vector2 = new Laya.Vector2(); private _outHitInfo: ...
来源: Laya_示例 发布时间: 20241118
...。这是1.1.5版本的下载地址。 https://thorbjorn.itch.io/tile ... eased 2023-06-07 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Allwyes 相关问题 Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名...
来源: Laya_社区 发布时间: 20230605
...!!!!!!!! Laya.Tween.to(this.owner, {x:0, y:80},5000,Laya.Ease.linearInOut,this.complete) complete() { XXXXXXXX//重置父节点的方法 this.owner.pos(0, 0 );//重置坐标 } 2019-01-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...
来源: Laya_社区 发布时间: 20190103
...ransform.position = this.potOld; }) }, ConstValue.animationTime,Laya.Ease.elasticOut,Laya.Handler.create(this, function(){ console.log("complete"); }),ConstValue.animationDelay); 无法直接设置原因是浅拷贝变量无法同步到原对象中去 2018-01-12 0 3 分享 微博 Q...
来源: Laya_社区 发布时间: 20170905
...Tween.to(view, { x: offX, y: offY, rotation: rotation }, 10, Laya.Ease.linearNone, Laya.Handler.create(vibrateObj, function () { if (loop > count) { Laya.timer.clearAll(vibrateObj); view.x = v...
来源: Laya_社区 发布时间: 20190401
...cale(0.4,0.4); Laya.Tween.to(this.body, { scaleX: 1, scaleY: 1 },300, Laya.Ease.backOut, null); 文字效果差异如下,文字旋转后白色(#ffffff)字体明显加粗,其它颜色(#92420D)就正常粗细,这个有解决方案吗 附件 : --> test.zip 2024-01-10 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20240110
使用Tween.to完成回调异常! Tween.to(this.floatTxt, {y:-30}, 600, Ease.expoOut, Handler.create(this,onFloatComplete)); protected function onFloatComplete(callBack:Function):void { this.removeSelf(); } 我用这个缓动来做飘字效果,完成回调的时候,把飘字对象在场景...
来源: Laya_社区 发布时间: 20170426
...根据api callback必须是一个 to(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false):Tween Tween.to(this.body, { x: (config[this.type].width / 2) + 10, y: (config[this.type].heightp / 2) + 45 }, 500,Laya.Handler.create(...
来源: Laya_社区 发布时间: 20171111
...ransform.position = this.potOld; }) }, ConstValue.animationTime,Laya.Ease.elasticOut,Laya.Handler.create(this, function(){ console.log("complete"); }),ConstValue.animationDelay); 无法直接设置原因是浅拷贝变量无法同步到原对象中去 2018-01-12 5 6 分享 微博 Q...
来源: Laya_社区 发布时间: 20170630
... }) }, speed * 1000, Laya.Ease.linearIn); } 2018-08-16 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 186*****260 相关问题 两个对象new了一个相同的对象,调...
来源: Laya_社区 发布时间: 20180726