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

大约有 1,873 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0063 秒)

821. laya.d3.physicscannon.shape.CannonCompoundColliderShape_API3.0 [ 83%]

...nnonColliderShape.ts:107 Static SHAPEORIENTATION_UPX SHAPEORIENTATION_UPX: number = 0 Inherited from CannonColliderShape.SHAPEORIENTATION_UPX Defined in laya/d3/physicsCannon/shape/CannonColliderShape.ts:12 形状方向_X轴正向 Static SHAPEORIENTATION_UPY SHAPEORIENTATION_UPY: number = 1 Inherite...

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

822. laya.display.cmd.ClipRectCmd_API3.0 [ 83%]

...x Properties height width x y ID Methods recover Properties height height: number Defined in laya/display/cmd/ClipRectCmd.ts:26 高度。 width width: number Defined in laya/display/cmd/ClipRectCmd.ts:22 宽度。 x x: number Defined in laya/display/cmd/ClipRectCmd.ts:14 X 轴偏移量。 y y: numbe...

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

823. ios旋转问题 [ 83%]

...描述:旋转之后只能看到游戏一部分 适配代码:var width:Number = Browser.width; var height:Number = Browser.height; if (width > height) { width = height; height = Browser.width; } /*if (width > height) { width = height; height = Browser.width; } if (width != 640) { var ratio:...

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

824. laya.components.CommonScript_API3.0 [ 83%]

...件。 Parameters value: boolean Returns void hideFlags get hideFlags(): number set hideFlags(value: number): void Inherited from Component.hideFlags Defined in laya/components/Component.ts:38 Returns number Inherited from Component.hideFlags Defined in laya/components/Component.ts:42 Parameters val...

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

825. laya.d3.physics.shape.CompoundColliderShape_API3.0 [ 83%]

...ape/ColliderShape.ts:115 Static SHAPEORIENTATION_UPX SHAPEORIENTATION_UPX: number = 0 Inherited from CompoundColliderShape.SHAPEORIENTATION_UPX Defined in laya/d3/physics/shape/ColliderShape.ts:14 形状方向_X轴正向 Static SHAPEORIENTATION_UPY SHAPEORIENTATION_UPY: number = 1 Inherited from Com...

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

826. laya.spine.SpineSkeletonRenderer_API3.0 [ 83%]

...Methods draw draw(skeleton: Skeleton, graphics: Graphics, slotRangeStart?: number, slotRangeEnd?: number): void Defined in laya/spine/SpineSkeletonRenderer.ts:41 Parameters skeleton: Skeleton graphics: Graphics Default value slotRangeStart: number = -1 Default value slotRangeEnd: number = -1 Returns...

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

827. 十几秒以后动画渲染时间变长,帧率变慢,是怎么回事? [ 83%]

...rivate _blood_area: Area = new AreaEntity( 100, 20 ); public _blood_value: number;  /** 魔鬼 */ private _demon_ani: Laya.Animation; // toset: private _demon_area: Area = new AreaEntity( 100, 100);  /** 靶心,参照物是魔鬼 */ private _target_ani: Laya.Animation;  // toset: private _target_...

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

828. Laya3D_API3.0 [ 83%]

...Init(): void Defined in Laya3D.ts:249 Returns void Static init init(width: number, height: number, config?: any, complete?: Handler): void Defined in Laya3D.ts:243 初始化Laya3D相关设置。 deprecated use Laya.init instead. Parameters width: number height: number Default value config: any = nul...

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

829. laya.display.cmd.ScaleCmd_API3.0 [ 83%]

...s pivotX pivotY scaleX scaleY ID Methods recover Properties pivotX pivotX: number Defined in laya/display/cmd/ScaleCmd.ts:20 (可选)水平方向轴心点坐标。 pivotY pivotY: number Defined in laya/display/cmd/ScaleCmd.ts:24 (可选)垂直方向轴心点坐标。 scaleX scaleX: number De...

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

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

...rn 指定时间的插补属性的值。 */ 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 个回复被折叠 要回复问题请先登录 发起人 Yan...

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