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

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

21. Laya2 移除skin未加载完的image后报错 [ 78%]

...a2 移除skin未加载完的image后报错 TypeError: Cannot set property 'pivotX' of null at Image._setPivotX (file:///E:/CarCrash/Program/trunk/ClientLaya2.0/CarCrash/bin/libs/laya.core.js:13660:26) at Image.set pivotX [as pivotX] (file:///E:/CarCrash/Program/trunk/ClientLaya2.0/CarCrash/bin/libs/...

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

22. laya.display.Graphics [ 78%]

...前保存过的路径状态和属性。 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

23. laya.display.cmd.ScaleCmd [ 78%]

...tanceScaleCmd Object 缩放命令 Public Properties PropertyDefined By  pivotX : Number (可选)水平方向轴心点坐标。 ScaleCmd  pivotY : Number (可选)垂直方向轴心点坐标。 ScaleCmd  scaleX : Number 水平方向缩放值。 ScaleCmd  scaleY : Number 垂直方向...

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

24. laya.display.cmd.RotateCmd [ 78%]

...tyDefined By  angle : Number 旋转角度,以弧度计。 RotateCmd  pivotX : Number (可选)水平方向轴心点坐标。 RotateCmd  pivotY : Number (可选)垂直方向轴心点坐标。 RotateCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 RotateCmdPubli...

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

25. laya.display.cmd.TransformCmd [ 78%]

...roperties PropertyDefined By  matrix : Matrix 矩阵。 TransformCmd  pivotX : Number (可选)水平方向轴心点坐标。 TransformCmd  pivotY : Number (可选)垂直方向轴心点坐标。 TransformCmdPublic Methods  MethodDefined By  recover():void 回收到对象池 Transfor...

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

26. getGraphicBounds() 的问题 [ 76%]

...ar rect:Rectangle = rcurDs.getGraphicBounds(true)     rect.x -= rcurDs.pivotX;     rect.y -= rcurDs.pivotY;   引用值被改变了    再次使用  getGraphicBounds 时 是个错误的值 2017-11-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

27. 编辑ani动画的时候生成的ani文件不太对了 [ 73%]

...enMethod":"linearNone","tween":true,"target":2,"key":"pivotY","index":0}],"pivotX":[{"value":50,"tweenMethod":"linearNone","tween":true,"target":2,"key":"pivotX","index":0}] 2017-11-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

28. dialog设置缩放问题 [ 73%]

...nd(((Laya.stage.width - dialog.width * dialog.scaleH) >> 1) + dialog.pivotX);  dialog.y = Math.round(((Laya.stage.height - dialog.height * dialog.scaleH) >> 1) + dialog.pivotY);   希望官方能优化一下!!感谢 2018-11-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 ...

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

29. 提交一个MovieClip的BUG [ 73%]

...码如下 var ani_border = new MovieClip(); ani_border.pivotY = ani_border.pivotX = 245; ani_border.load("swf/planet/border.swf",true); addChild(ani_border); 2018-05-29 3 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回...

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

30. laya.display.Graphics_API3.0 [ 68%]

...路径状态和属性。 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