大约有 255 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
...之前保存过的路径状态和属性。 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
...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
...路径状态和属性。 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
...之前保存过的路径状态和属性。 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
...路径状态和属性。 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
...ica - 知识达人 赞同来自: 组件设置anchorX和anchorY 精灵设置pivotX和pivotY 对应的API是: 组件、精灵 2017-08-30 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 132*****180 相关问题 sprite旋转以后,但是...
来源: Laya_社区 发布时间: 20170830
...接 提交 1 个回复 Monica - 知识达人 赞同来自: 设置中心点pivotX和pivotY即可 2018-03-22 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zxcmht310 相关问题 发起问题须知,必看!!!不按提问规则的,...
来源: Laya_社区 发布时间: 20180322
...邀请: 与内容相关的链接 提交 1 个回复 Laya_Xq 赞同来自: pivotX和pivotY是设置锚点位置! 2018-10-25 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 浪尖儿 相关问题 使用钢体设置防穿后仍有几率会...
来源: Laya_社区 发布时间: 20181024
...物体的位置还是位于 scene 的左上角(0,0),处 而不是scene的 (pivotx,pivoty)处 谢谢 2018-10-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 183*****470 赞同来自: 我把 bundle.js 删除后 ...
来源: Laya_社区 发布时间: 20181025
...prite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。View anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。View autoDestroyAtClosed : Boolean = false场景被关闭后,是否自动销...
来源: Laya2.0_api 发布时间: 20190513