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

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

1. ide创建的.ani文件中的属性pivotXpivotY,代码中animation实例中要怎么获取 [ 100%]

ide创建的.ani文件中的属性pivotXpivotY,代码中animation实例中要怎么获取 问题例子 var ani:Animation = new Animation(); ani.loadAnimation("role.ani"); var gra:Graphics = ani.frames[0]; var texture:Texture = gra._one[0];//取得纹理 //如何取得纹理的pivotXpivotY 如...

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

2. 问一下Sprite的width,height是不是不pivotX,pivotY无关 [ 97%]

问一下Sprite的width,height是不是不pivotX,pivotY无关 如题,我如何指定一个pivotX,pivotY居中的图片的width和height缩小后不偏移 就是说我现在有张图片pivotX,pivotY是居中的 我想让他的width和height的点击范围变小,可以变小后,监听区域就...

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

3. pivotXpivotY是不是可以比喻成坐标原点,设置以后坐标系就以它为原点了 [ 95%]

pivotXpivotY是不是可以比喻成坐标原点,设置以后坐标系就以它为原点了 2017-08-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 是的,可以这么理解! ...

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

4. laya.display.cmd.TransformCmd_API3.0 [ 91%]

...s TransformCmd 矩阵命令 Hierarchy TransformCmd Index Properties matrix pivotX pivotY ID Methods recover Properties matrix matrix: Matrix Defined in laya/display/cmd/TransformCmd.ts:14 矩阵。 pivotX pivotX: number Defined in laya/display/cmd/TransformCmd.ts:18 (可选)水平方向轴心点...

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

5. laya.display.cmd.RotateCmd_API3.0 [ 91%]

...md Class RotateCmd 旋转命令 Hierarchy RotateCmd Index Properties angle pivotX pivotY ID Methods recover Properties angle angle: number Defined in laya/display/cmd/RotateCmd.ts:13 旋转角度,以弧度计。 pivotX pivotX: number Defined in laya/display/cmd/RotateCmd.ts:17 (可选)水平...

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

6. laya.display.cmd.ScaleCmd_API3.0 [ 91%]

..." ScaleCmd Class ScaleCmd 缩放命令 Hierarchy ScaleCmd Index Properties 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....

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

7. pivotX 和 AnchorX的区别 [ 89%]

pivotX 和 AnchorX的区别 sprite 的pivotX属性,而组件有pivotX属性和AnchorX属性,spite的pivotX属性,我感觉就是AnchorX, 但组件里面这俩都有,能帮解释一下吗?不太懂 2017-01-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

8. laya.display.css.SpriteStyle_API3.0 [ 86%]

...Index Constructors constructor Properties alpha blendMode dragging hitArea pivotX pivotY rotation scaleX scaleY scrollRect skewX skewY viewport EMPTY Methods recover reset create Constructors constructor new SpriteStyle(): SpriteStyle Defined in laya/display/css/SpriteStyle.ts:38 Returns SpriteStyle...

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

9. 位图字体的排版与注册点问题 [ 85%]

...text实例,然后想将其注册点设为文本中心,这样写,text.pivotX=text.width>>1; text.pivotY=text.height>>1; 然后将文本置于屏幕中心,理论上应该文本框居中 但结果是这样   附件 : --> 2016-06-17 添加评论 免费帖 --> 分享 微博 QZONE 微...

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

10. 请问下关于UI组件的anchor的概念,具体应该怎么使用? [ 85%]

...g 赞同来自: anchorX与anchorY同样也是设置轴心点的,类似于pivotXpivotY,只不过pivotXpivotY是根据数值来设置的,譬如你要把中心点设置到显示对象的正中心,那么pivotX=显示对象.width/2,pivotY=显示对象.height/2,anchor是用百分比的形...

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