大约有 1,840 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0046 秒)
Laya_社区(603) Laya3.0_api(529) Laya2.0_api(242) laya_api(178) Laya2.0_文档(88) Laya_示例(78) Laya2.0_示例(68) Laya3.0_文档(54)
...一下的 peterpuppy • 2018-01-15 15:32 ``` public function update(delta:Number):Boolean { cur_time += delta; var distance_percent:Number = (cur_time / play_time) * (1 - Math.log(cur_time / play_time)); ani.x = startX + (endX - startX) * distance_percent ani.y = startY + (endY - startY) * distance...
来源: Laya_社区 发布时间: 20180115
... public static const TYPE_URL:String = "url"; /** number 类型用于应该包含数值的输入域。*/ public static const TYPE_NUMBER:String = "number"; /** * <p>range 类型用于应该包含一定范围内数字值...
来源: Laya_社区 发布时间: 20180607
...e = Laya.Sprite export default class Test extends Sprite{ public DEF_SIZE: number = 200 public CIRCLE_WIDTH: number = 20 public $circleSprite: Sprite = new Sprite() public startY: number = -90 constructor() { super() this._init() } private _init() { this.cacheAs = "bitmap" this.size(this.DEF_SIZE,th...
来源: Laya_社区 发布时间: 20180123
...除。 EventDispatcher raycast(ray:Ray, hitInfo:RaycastHit, maxDistance:Number):Boolean[override] 在场景中投下可与网格碰撞器碰撞的一条光线,获取发生碰撞的网格碰撞器信息。 MeshColliderEvents Hide Inherited Events Show Inherited Events Event Summary Defined By en...
来源: laya_api 发布时间: 20170929
...配置信息。 Public Properties PropertyDefined By fixedTimeStep : Number物理模拟器帧的间隔时间。PhysicsSettings flags : int = 0标志集合。PhysicsSettings maxSubSteps : int = 1物理引擎在一帧中用于补偿减速的最大次数。PhysicsSettingsPublic Methods Meth...
来源: Laya2.0_api 发布时间: 20190513
...haCmd Object 透明命令 Public Properties PropertyDefined By alpha : Number 透明度 AlphaCmdPublic Methods MethodDefined By recover():void 回收到对象池 AlphaCmdPublic Constants ConstantDefined By ID : String = Alpha[static] AlphaCmdProperty Detailalphapropertypublic var alpha:...
来源: Laya2.0_api 发布时间: 20190513
...sComponent = null 发生碰撞的碰撞组件。HitResult hitFraction : Number = 0 碰撞分数。 HitResult normal : Vector3 碰撞法线。HitResult point : Vector3 碰撞点。HitResult succeeded : Boolean = false 是否成功。 HitResultPublic Methods MethodDefined By HitResult...
来源: Laya2.0_api 发布时间: 20190513
...c] 是否开启滑轮滚动(针对滚动条)UIConfig popupBgAlpha : Number = 0.5[static] 弹出框背景透明度UIConfig popupBgColor : String = #000000[static] 弹出框背景颜色UIConfig showButtons : Boolean = true[static] 是否显示滚动条按钮UIConfig touchScrollEnable :...
来源: Laya2.0_api 发布时间: 20190513
...ationEvent params : Array 事件触发参数。AnimationEvent time : Number 事件触发时间。AnimationEventPublic Methods MethodDefined By AnimationEvent() 创建一个 AnimationEvent 实例。 AnimationEventProperty DetaileventNamepropertypublic var eventName:String 事件触发名...
来源: Laya2.0_api 发布时间: 20190513
...创建关键帧实例。 Public Properties PropertyDefined By time : Number时间。KeyframePublic Methods MethodDefined By Keyframe() 创建一个 KeyFrame 实例。 Keyframe clone():* 克隆。 Keyframe cloneTo(destObject:*):void 克隆。 KeyframeProperty Detailtimepropertypublic v...
来源: Laya2.0_api 发布时间: 20190513