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

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

1. 图片居中的问题 [ 100%]

... 提交 2 个回复 cuixueying 赞同来自:   请设置图片的中心点pivotXpivotY为中心位置,即image.width/2,image.height/2,image的宽高需要自己手动设置或者通过getBounds获取。 2016-11-18 0 0 分享 微博 QZONE 微信 shaouXie 赞同来自: var bg = new Laya.Spri...

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

2. 求救 Laya2.0下的Particle2D问题 [ 97%]

...常的,只能来这里请教了 switch (key) { case 'E': frameX = sprite.pivotX * 2; frameY = sprite.pivotY; frameRotation = 0; frame.scaleX = 1; frame.scaleY = 1; break; case 'Q': frameX = sprite.pivotX * 2; frameY = sprite.pivotY; frameRotation = 180; frame.scaleX = 1; frame.scaleY = 1; break; c...

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

3. laya.display.Graphics [ 97%]

...前保存过的路径状态和属性。 Graphics  rotate(angle:Number, pivotX:Number = 0, pivotY:Number = 0):void 旋转当前绘图。(推荐使用transform,性能更高) Graphics  save():void 保存当前环境的状态。 Graphics  scale(scaleX:Number, scaleY:Number, pivotX:Number = 0, pi...

来源: laya_api 发布时间: 20170929

4. laya.display.Graphics [ 94%]

...前保存过的路径状态和属性。 Graphics  rotate(angle:Number, pivotX:Number = 0, pivotY:Number = 0):RotateCmd 旋转当前绘图。(推荐使用transform,性能更高) Graphics  save():SaveCmd 保存当前环境的状态。 Graphics  scale(scaleX:Number, scaleY:Number, pivotX:Number...

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

5. _calculateCacheRect函数有bug [ 83%]

...e.CANVAS_EXTEND_EDGE * 2;                 tRec.x = tRec.x - sprite.pivotX;                 tRec.y = tRec.y - sprite.pivotY;                 tRec.x = tRec.x - CacheStyle.CANVAS_EXTEND_EDGE;                 tRec.y = tRec.y - CacheStyle.CANVAS_EXTEND_EDGE;          ...

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

6. laya.display.Graphics_API3.0 [ 81%]

...路径状态和属性。 Returns RestoreCmd rotate rotate(angle: number, pivotX?: number, pivotY?: number): RotateCmd Defined in laya/display/Graphics.ts:374 旋转当前绘图。(推荐使用transform,性能更高) Parameters angle: number 旋转角度,以弧度计。 Default value pivotX: numb...

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

7. laya.ui.AutoBitmap [ 80%]

...之前保存过的路径状态和属性。 Graphics rotate(angle:Number, pivotX:Number = 0, pivotY:Number = 0):void 旋转当前绘图。(推荐使用transform,性能更高) Graphics save():void 保存当前环境的状态。 Graphics scale(scaleX:Number, scaleY:Number, pivotX:Number = 0, pivot...

来源: laya_api 发布时间: 20170929

8. 设置pivot后,精灵位置显示位置不正确 [ 80%]

...graphics.drawCircle(0, 0, 5, "#000000") this.sp.graphics.drawRect(-this.sp.pivotX, -this.sp.pivotY, width, height, undefined, "#00ff00", 1) this.sp.pos(500, 500) Laya.stage.addChild(this.sp); } } new GameMain();这是运行截图,发现中心点的位置并不是(500, 500)   附件 : --> 2017-12-...

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

9. laya.ani.GraphicsAni_API3.0 [ 79%]

...路径状态和属性。 Returns RestoreCmd rotate rotate(angle: number, pivotX?: number, pivotY?: number): RotateCmd Inherited from Graphics.rotate Defined in laya/display/Graphics.ts:374 旋转当前绘图。(推荐使用transform,性能更高) Parameters angle: number 旋转角度,以弧度...

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

10. laya.ui.AutoBitmap [ 79%]

...之前保存过的路径状态和属性。 Graphics rotate(angle:Number, pivotX:Number = 0, pivotY:Number = 0):RotateCmd 旋转当前绘图。(推荐使用transform,性能更高) Graphics save():SaveCmd 保存当前环境的状态。 Graphics scale(scaleX:Number, scaleY:Number, pivotX:Number = ...

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