大约有 189 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0052 秒)
...//设置 sprite 对象相对于父容器的垂直方向坐标值。 sprite.pivotX = 0;//设置 sprite 对象的水平方法轴心点坐标。 sprite.pivotY = 0;//设置 sprite 对象的垂直方法轴心点坐标。 Laya.stage.addChild(sprite);//将此 sprite 对象添加到显示列表。 sprite.on...
来源: Laya3.0_api 发布时间: 20231115
...之前保存过的路径状态和属性。 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
...之前保存过的路径状态和属性。 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
...信 rt1223103 赞同来自: 第三个图片,改变了中心点 pivotX 和 pivotY 2017-11-09 0 2 分享 微博 QZONE 微信 rt1223103 赞同来自: 但是那几个黑点,是根据改变后的图片 再次调用 getGraphicBounds(true) 画出来的,你没发现,没变吗? 2017...
来源: Laya_社区 发布时间: 20171109
...选中组件,修改属性面板的值:`x`值为235,`y`值为100,`pivotX`值为50,`pivotY`值为100,`rotation`值为270。点击播放即可。 **属性解释:** `x`与`y`是组件的位置坐标。 `pivotX`与`pivotY`是组件的轴心点坐标x与y。 `rotation`是组件的旋转角...
来源: Laya2.0_文档 发布时间: 20210715
...选中组件,修改属性面板的值:`x`值为235,`y`值为100,`pivotX`值为50,`pivotY`值为100,`rotation`值为270。点击播放即可。 **属性解释:** `x`与`y`是组件的位置坐标。 `pivotX`与`pivotY`是组件的轴心点坐标x与y。 `rotation`是组件的旋转角...
来源: Laya2.0_文档 发布时间: 20210715
...选中组件,修改属性面板的值:`x`值为235,`y`值为100,`pivotX`值为50,`pivotY`值为100,`rotation`值为270。点击播放即可。 **属性解释:** `x`与`y`是组件的位置坐标。 `pivotX`与`pivotY`是组件的轴心点坐标x与y。 `rotation`是组件的旋转角...
来源: Laya2.0_文档 发布时间: 20210715
... hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent...
来源: Laya3.0_api 发布时间: 20231115
... hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent...
来源: Laya3.0_api 发布时间: 20231115
...t.ts:107 Parameters sz: number Returns void _rotate _rotate(angle: number, pivotX: number, pivotY: number): void Defined in laya/resource/NativeContext.ts:415 Parameters angle: number pivotX: number pivotY: number Returns void _scale _scale(scaleX: number, scaleY: number, pivotX: number, pivotY: num...
来源: Laya3.0_api 发布时间: 20231102