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

大约有 104 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0031 秒)

91. 射线检测-点击行走 [ 54%]

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

92. 各位大佬,帮我看看 tiledMap 中获取不到自定义属性 [ 53%]

...。这是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

93. 2.0中Tween为什么是先执行了complete回调函数,然后在执行tween函数本身。 [ 53%]

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

94. Laya.Tween怎么运用到3D对象上? [ 52%]

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

95. 简单的震屏效果 [ 51%]

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

96. [LayaAirIDE3]3.0.10 父容器做了一次scale缩放操作,子节点的label文字变模糊加粗 [ 51%]

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

97. 使用Tween.to完成回调异常! [ 50%]

使用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

98. LAYA js 1.7.12 Tween 使用时回调时 core报错 [ 49%]

...根据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

99. sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale [ 48%]

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

100. 3d中 缓动往一个点转向并移动的问题 [ 48%]

...             })             }, speed * 1000, Laya.Ease.linearIn);         } 2018-08-16 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 186*****260 相关问题 两个对象new了一个相同的对象,调...

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