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

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

1. laya.utils.Ease [ 100%]

... Classes | Index | Frames No Frames EaseMethods Packagelaya.utilsClasspublic class EaseInheritanceEase Object Ease 类定义了缓动函数,以便实现 Tween 动画的缓动效果。 Public Methods  MethodDefined By  backIn(t:Number, b:Number, c:Number, d:Number, s:Number = 1.70158):Numbe...

来源: laya_api 发布时间: 20170929

2. laya.utils.Ease [ 100%]

... Classes | Index | Frames No Frames EaseMethods Packagelaya.utilsClasspublic class EaseInheritanceEase Object Ease 类定义了缓动函数,以便实现 Tween 动画的缓动效果。 Public Methods  MethodDefined By  backIn(t:Number, b:Number, c:Number, d:Number, s:Number = 1.70158):Numbe...

来源: Laya2.0_api 发布时间: 20190513

3. laya.device.motion.Accelerator [ 98%]

... No Frames AcceleratorProperties | Methods Packagelaya.device.motionClasspublic class AcceleratorInheritanceAccelerator EventDispatcher Object Accelerator.instance获取唯一的Accelerator引用,请勿调用构造函数。 listen()的回调处理器接受四个参数: acceleration: 表示用...

来源: laya_api 发布时间: 20170929

4. laya.device.motion.Accelerator [ 98%]

... No Frames AcceleratorProperties | Methods Packagelaya.device.motionClasspublic class AcceleratorInheritanceAccelerator EventDispatcher Object Accelerator.instance获取唯一的Accelerator引用,请勿调用构造函数。 listen()的回调处理器接受四个参数: acceleration: 表示用...

来源: Laya2.0_api 发布时间: 20190513

5. laya.device.motion.AccelerationInfo [ 94%]

...rames AccelerationInfoProperties | Methods Packagelaya.device.motionClasspublic class AccelerationInfoInheritanceAccelerationInfo Object 加速度x/y/z的单位均为m/s²。 在硬件(陀螺仪)不支持的情况下,alpha、beta和gamma值为null。 Public Properties PropertyDefined By  ...

来源: laya_api 发布时间: 20170929

6. laya.device.motion.AccelerationInfo [ 94%]

...rames AccelerationInfoProperties | Methods Packagelaya.device.motionClasspublic class AccelerationInfoInheritanceAccelerationInfo Object 加速度x/y/z的单位均为m/s²。 在硬件(陀螺仪)不支持的情况下,alpha、beta和gamma值为null。 Public Properties PropertyDefined By  ...

来源: Laya2.0_api 发布时间: 20190513

7. laya.device.motion.AccelerationInfo_API3.0 [ 85%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/device/motion/AccelerationInfo" AccelerationInfo Class AccelerationInfo 加速度x/y/z的单位均为m/s²。 在硬件(陀螺仪)不支持...

来源: Laya3.0_api 发布时间: 20231115

8. 陀螺仪与加速计(ActionScript-LayaAir基础篇(AS3)-硬件设备相关) [ 85%]

...示获取旋转方位信息: ```typescript private var info:Text;   public function Gyroscope_Sample()  {  Laya.init(550, 400);     info = new Text();  info.fontSize = 50;  info.color = "#FFFFFF";  info.size(Laya.stage.width, Laya.stage.height);  Laya.stage.addChild(info); ...

来源: Laya2.0_文档 发布时间: 20210714

9. Tween.to 中 用Ease.circIn 做 加速运动 能设置初试速度吗 ?默认是 0 能改成别的吗?如果能?怎么改? [ 78%]

...运动的持续时间。 * @return 指定时间的插补属性的值。 */ public static function circIn(t:Number, b:Number, c:Number, d:Number):Number { return -c * (Math.sqrt(1 - (t /= d) * t) - 1) b; }   2018-04-09 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复...

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

10. H5动画和节奏的一个加速[ 78%]

...染表现,可以通过scale缩放,来表现慢镜头*/         public static var scaleTimer:Timer = null; 你再试试scaleTimer,我这边没有现成的动画来看效果 2017-12-13 1 9 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定,...

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