大约有 213 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0033 秒)
... 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
... 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
... No Frames AcceleratorProperties | Methods Packagelaya.device.motionClasspublic class AcceleratorInheritanceAccelerator EventDispatcher Object Accelerator.instance获取唯一的Accelerator引用,请勿调用构造函数。 listen()的回调处理器接受四个参数: acceleration: 表示用...
来源: laya_api 发布时间: 20170929
... No Frames AcceleratorProperties | Methods Packagelaya.device.motionClasspublic class AcceleratorInheritanceAccelerator EventDispatcher Object Accelerator.instance获取唯一的Accelerator引用,请勿调用构造函数。 listen()的回调处理器接受四个参数: acceleration: 表示用...
来源: Laya2.0_api 发布时间: 20190513
...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
...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
...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
...示获取旋转方位信息: ```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
...运动的持续时间。 * @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
...染表现,可以通过scale缩放,来表现慢镜头*/ public static var scaleTimer:Timer = null; 你再试试scaleTimer,我这边没有现成的动画来看效果 2017-12-13 1 9 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定,...
来源: Laya_社区 发布时间: 20171213