大约有 51 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0050 秒)
...Vector(out:Vector3):void 获取平移向量。 Matrix4x4 identity():void设置矩阵为单位矩阵Matrix4x4 invert(out:Matrix4x4):void 计算一个矩阵的逆矩阵 Matrix4x4 multiply(left:Matrix4x4, right:Matrix4x4, out:Matrix4x4):void[static] 计算两个矩阵的乘法 Matrix4x4 mul...
来源: Laya2.0_api 发布时间: 20190513
...efined By setTo(type:String, currentTarget:Sprite, target:Sprite):Event 设置事件数据。 Event stopPropagation():void 阻止对事件流中当前节点的后续节点中的所有事件侦听器进行处理。此方法不会影响当前节点 (currentTarget) 中的任何事件侦听器。 ...
来源: Laya2.0_api 发布时间: 20190513
...放三维向量。 Vector3 setValue(x:Number, y:Number, z:Number):void 设置xyz值。 Vector3 subtract(a:Vector3, b:Vector3, o:Vector3):void[static] 求两个三维向量的差。 Vector3 toDefault():voidVector3 transformCoordinate(coordinate:Vector3, transform:Matrix4x4, result:Vector3...
来源: Laya2.0_api 发布时间: 20190513
...维向量。 ConchVector3 setValue(x:Number, y:Number, z:Number):void 设置xyz值。 ConchVector3 subtract(a:ConchVector3, b:ConchVector3, o:ConchVector3):void[static] 求两个三维向量的差。 ConchVector3 toDefault():voidConchVector3 transformCoordinate(coordinate:ConchVector3, t...
来源: Laya2.0_api 发布时间: 20190513
...alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定...
来源: Laya2.0_api 发布时间: 20190513
...dDefined By setTo(type:String, currentTarget:Sprite, target:Sprite):Event 设置事件数据。 Event stopPropagation():void 阻止对事件流中当前节点的后续节点中的所有事件侦听器进行处理。此方法不会影响当前节点 (currentTarget) 中的任何事件侦听器。 Ev...
来源: Laya2.0_api 发布时间: 20190513
...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...
来源: Laya2.0_api 发布时间: 20190513
...口 TiledMap setViewPortPivotByScale(scaleX:Number, scaleY:Number):void 设置视口的缩放中心点(例如:scaleX= scaleY= 0.5,就是以视口中心缩放) TiledMapPublic Constants ConstantDefined By ORIENTATION_HEXAGONAL : String = hexagonal[static] 六边形地图TiledMap ORIENT...
来源: 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...
来源: Laya2.0_api 发布时间: 20190513
...内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bgColor : String舞台的背景颜色,默认为黑色,null为透明。Stage blendMode : String指定要...
来源: Laya2.0_api 发布时间: 20190513