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

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

1. laya.maths.Matrix [ 100%]

...。 您可以对一个显示对象执行不同的图形转换,方法是设置 Matrix 对象的属性,将该 Matrix 对象应用于 Transform 对象的 matrix 属性,然后应用该 Transform 对象作为显示对象的 transform 属性。这些转换函数包括平移(xy 重新定位)...

来源: laya_api 发布时间: 20170929

2. laya.maths.Matrix [ 99%]

...。 您可以对一个显示对象执行不同的图形转换,方法是设置 Matrix 对象的属性,将该 Matrix 对象应用于 Transform 对象的 matrix 属性,然后应用该 Transform 对象作为显示对象的 transform 属性。这些转换函数包括平移(xy 重新定位)...

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

3. laya.maths.Rectangle [ 99%]

...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

4. laya.maths.Rectangle [ 98%]

...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

5. laya.display.Sprite [ 95%]

...prite 默认没有宽高,可以通过getBounds函数获取;也可手动设置宽高;还可以设置autoSize=true,然后再获取宽高。Sprite的宽高一般用于进行碰撞检测和排版,并不影响显示图像大小,如果需要更改显示图像大小,请使用 scaleX , scale...

来源: laya_api 发布时间: 20170929

6. laya.display.Sprite [ 95%]

...prite 默认没有宽高,可以通过getBounds函数获取;也可手动设置宽高;还可以设置autoSize=true,然后再获取宽高。Sprite的宽高一般用于进行碰撞检测和排版,并不影响显示图像大小,如果需要更改显示图像大小,请使用 scaleX , scale...

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

7. laya.maths.Rectangle_API3.0 [ 95%]

...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

8. laya.maths.Matrix_API3.0 [ 95%]

...。 您可以对一个显示对象执行不同的图形转换,方法是设置 Matrix 对象的属性,将该 Matrix 对象应用于 Transform 对象的 matrix 属性,然后应用该 Transform 对象作为显示对象的 transform 属性。这些转换函数包括平移(xy 重新定位)...

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

9. laya.d3.math.Vector2 [ 94%]

...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

10. laya.physics.RigidBody [ 94%]

...ysics.I.worldRoot=场景,然后移动场景即可 可以通过IDE-"项目设置" 开启物理辅助线显示,或者通过代码PhysicsDebugDraw.enable(); Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  allowRotation : Boolean是否允许...

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