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

大约有 47 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0049 秒)

1. laya.d3.math.Matrix4x4 [ 100%]

...Vector(out:Vector3):void 获取平移向量。 Matrix4x4  identity():void设置矩阵为单位矩阵Matrix4x4  invert(out:Matrix4x4):void 计算一个矩阵的逆矩阵 Matrix4x4  multiply(left:Matrix4x4, right:Matrix4x4, out:Matrix4x4):void[static] 计算两个矩阵的乘法 Matrix4x4  nor...

来源: laya_api 发布时间: 20170929

2. laya.events.Event [ 97%]

...efined By  setTo(type:String, currentTarget:Sprite, target:Sprite):Event 设置事件数据。 Event  stopPropagation():void 阻止对事件流中当前节点的后续节点中的所有事件侦听器进行处理。此方法不会影响当前节点 (currentTarget) 中的任何事件侦听器。 ...

来源: laya_api 发布时间: 20170929

3. laya.ui.VBox [ 89%]

...内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件...

来源: laya_api 发布时间: 20170929

4. laya.d3.math.Matrix3x3 [ 86%]

...erminant():Number 计算3x3矩阵的行列式 Matrix3x3  identity():void 设置已有的矩阵为单位矩阵Matrix3x3  invert(out:Matrix3x3):void 计算3x3矩阵的逆矩阵 Matrix3x3  lookAt(eye:Vector3, target:Vector3, up:Vector3, out:Matrix3x3):void[static] 计算观察3x3矩阵 Matrix3x3...

来源: laya_api 发布时间: 20170929

5. laya.ui.UIEvent [ 86%]

...dDefined By setTo(type:String, currentTarget:Sprite, target:Sprite):Event 设置事件数据。 Event stopPropagation():void 阻止对事件流中当前节点的后续节点中的所有事件侦听器进行处理。此方法不会影响当前节点 (currentTarget) 中的任何事件侦听器。 Ev...

来源: laya_api 发布时间: 20170929

6. laya.d3.core.Transform3D [ 86%]

...n 获取世界旋转。 Transform3D  rotationEuler : Vector3[write-only] 设置局部空间的旋转角度。 Transform3D  scale : Vector3[read-only] 获取世界缩放。 Transform3D  up : Vector3[read-only] 获取向上方向。 Transform3D  worldMatrix : Matrix4x4 获取世界矩阵。 Tr...

来源: laya_api 发布时间: 20170929

7. laya.maths.Rectangle [ 85%]

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

8. laya.map.TiledMap [ 84%]

...口 TiledMap  setViewPortPivotByScale(scaleX:Number, scaleY:Number):void 设置视口的缩放中心点(例如:scaleX= scaleY= 0.5,就是以视口中心缩放) TiledMapPublic Constants ConstantDefined By  ORIENTATION_HEXAGONAL : String = hexagonal[static] 六边形地图TiledMap  ORIENT...

来源: laya_api 发布时间: 20170929

9. laya.display.Stage [ 82%]

...内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite  bgColor : String舞台的背景颜色,默认为黑色,null为透明。Stage blendMode : String指定要...

来源: laya_api 发布时间: 20170929

10. laya.display.Graphics [ 79%]

...建一个新的 Graphics 类实例。 Graphics  alpha(value:Number):void 设置透明度。 Graphics  clear(recoverCmds:Boolean = false):void 清空绘制命令。 Graphics  clipRect(x:Number, y:Number, width:Number, height:Number):void 设置剪裁区域,超出剪裁区域的坐标不显示...

来源: laya_api 发布时间: 20170929