大约有 399 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0059 秒)
...。 您可以对一个显示对象执行不同的图形转换,方法是设置 Matrix 对象的属性,将该 Matrix 对象应用于 Transform 对象的 matrix 属性,然后应用该 Transform 对象作为显示对象的 transform 属性。这些转换函数包括平移(x 和 y 重新定位)...
来源: laya_api 发布时间: 20170929
...。 您可以对一个显示对象执行不同的图形转换,方法是设置 Matrix 对象的属性,将该 Matrix 对象应用于 Transform 对象的 matrix 属性,然后应用该 Transform 对象作为显示对象的 transform 属性。这些转换函数包括平移(x 和 y 重新定位)...
来源: Laya2.0_api 发布时间: 20190513
...r, y:Number, width:Number, height:Number):Rectangle 将 Rectangle 的属性设置为指定值。 Rectangle toString():String 当前 Rectangle 对象的水平位置 x 和垂直位置 y 以及高度 width 和宽度 height 以逗号连接成的字符串。 Rectangle union(source:Rectangle, out:Re...
来源: laya_api 发布时间: 20170929
...r, y:Number, width:Number, height:Number):Rectangle 将 Rectangle 的属性设置为指定值。 Rectangle toString():String 当前 Rectangle 对象的水平位置 x 和垂直位置 y 以及高度 width 和宽度 height 以逗号连接成的字符串。 Rectangle union(source:Rectangle, out:Re...
来源: Laya2.0_api 发布时间: 20190513
...prite 默认没有宽高,可以通过getBounds函数获取;也可手动设置宽高;还可以设置autoSize=true,然后再获取宽高。Sprite的宽高一般用于进行碰撞检测和排版,并不影响显示图像大小,如果需要更改显示图像大小,请使用 scaleX , scale...
来源: laya_api 发布时间: 20170929
...prite 默认没有宽高,可以通过getBounds函数获取;也可手动设置宽高;还可以设置autoSize=true,然后再获取宽高。Sprite的宽高一般用于进行碰撞检测和排版,并不影响显示图像大小,如果需要更改显示图像大小,请使用 scaleX , scale...
来源: Laya2.0_api 发布时间: 20190513
...r): Rectangle Defined in laya/maths/Rectangle.ts:61 将 Rectangle 的属性设置为指定值。 Parameters x: number x 矩形左上角的 X 轴坐标。 y: number x 矩形左上角的 Y 轴坐标。 width: number 矩形的宽度。 height: number 矩形的高。 Returns Rectangle 返回属性值修...
来源: Laya3.0_api 发布时间: 20231115
...。 您可以对一个显示对象执行不同的图形转换,方法是设置 Matrix 对象的属性,将该 Matrix 对象应用于 Transform 对象的 matrix 属性,然后应用该 Transform 对象作为显示对象的 transform 属性。这些转换函数包括平移(x 和 y 重新定位)...
来源: Laya3.0_api 发布时间: 20231115
...static] 缩放二维向量。 Vector2 setValue(x:Number, y:Number):void 设置xy值。 Vector2Public Constants ConstantDefined By ONE : Vector2[static] 一向量,禁止修改Vector2 ZERO : Vector2[static] 零向量,禁止修改Vector2Property Detailxpropertypublic var x:NumberX轴坐标ypr...
来源: Laya2.0_api 发布时间: 20190513
...ysics.I.worldRoot=场景,然后移动场景即可 可以通过IDE-"项目设置" 开启物理辅助线显示,或者通过代码PhysicsDebugDraw.enable(); Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By allowRotation : Boolean是否允许...
来源: Laya2.0_api 发布时间: 20190513