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

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

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

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

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

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

825. 十几秒以后动画渲染时间变长,帧率变慢,是怎么回事? [ 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

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

827. laya.display.cmd.DrawPathCmd [ 83%]

...round|miter",lineCap:"butt|round|square",miterLimit}。 DrawPathCmd  x : Number 开始绘制的 X 轴位置。 DrawPathCmd  y : Number 开始绘制的 Y 轴位置。 DrawPathCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 DrawPathCmdPublic Constants ConstantDefined By...

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

828. laya.d3.physics.PhysicsTriggerComponent [ 83%]

...n = true 是否可以缩放Shape。 PhysicsComponent ccdMotionThreshold : Number 取用于连续碰撞检测(CCD)的速度阈值,当物体移动速度小于该值时不进行CCD检测,防止快速移动物体(例如:子弹)错误的穿过其它物体,0表示禁止。 PhysicsComponent ccdSweptSpher...

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

829. 新手引导在ios浏览器表现异常 [ 83%]

...      });         }              showTips(posX: number, posY: number, width:number,height:number,skinRes: string) {             this.tipContainer = new Laya.Image();             this.tipContainer.size(width, height);            ...

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

830. 区块地图-滚动地图 [ 83%]

...ass TiledMap_SimpleDemo { private tiledMap: TiledMap; private mLastMouseX: number = 0; private mLastMouseY: number = 0; private mX: number = 0; private mY: number = 0; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.sc...

来源: Laya_示例 发布时间: 20241119