大约有 85 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0048 秒)
...athsClasspublic class PointInheritancePoint Object Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Public Properties PropertyDefined By x : Number该点的水平坐标。Point y : Number该点的垂直坐标。PointPublic Methods Meth...
来源: Laya2.0_api 发布时间: 20190513
... PropertyDefined By bottom : Number[read-only] 此矩形底端的 Y 轴坐标。y 和 height 属性的和。Rectangle height : Number 矩形的高度。Rectangle right : Number[read-only] 此矩形右侧的 X 轴坐标。 x 和 width 属性的和。Rectangle width : Number 矩形的宽...
来源: Laya2.0_api 发布时间: 20190513
...mber, height:Number):ClipRectCmd 设置剪裁区域,超出剪裁区域的坐标不显示。 Graphics destroy():void 销毁此对象。 Graphics drawCircle(x:Number, y:Number, radius:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):DrawCircleCmd 绘制圆形。 Graphics drawC...
来源: Laya2.0_api 发布时间: 20190513
...rite:Sprite):Rectangle[static] 计算传入的显示对象 Sprite 的全局坐标系的坐标和缩放值,返回 Rectangle 对象存放计算出的坐标X值、Y值、ScaleX值、ScaleY值。 Utils getQueryString(name:String):String[static] 获得URL参数值 Utils getTransformRelativeToWind...
来源: Laya2.0_api 发布时间: 20190513
...建二维向量。 Public Properties PropertyDefined By x : NumberX轴坐标Vector2 y : NumberY轴坐标Vector2Public Methods MethodDefined By Vector2(x:Number = 0, y:Number = 0) 创建一个 Vector2 实例。 Vector2 clone():* 克隆。 Vector2 cloneTo(destObject:*):void 克隆。...
来源: Laya2.0_api 发布时间: 20190513
...at32Array[只读]向量元素集合。ConchVector3 x : Number 获取X轴坐标。 ConchVector3 y : Number 获取Y轴坐标。 ConchVector3 z : Number 获取Z轴坐标。 ConchVector3Public Methods MethodDefined By ConchVector3(x:Number = 0, y:Number = 0, z:Number = 0, nativeElements:Fl...
来源: Laya2.0_api 发布时间: 20190513
...ctor4 UnitZ : ConchVector4[static] ConchVector4 w : Number 获取W轴坐标。 ConchVector4 x : Number 获取X轴坐标。 ConchVector4 y : Number 获取Y轴坐标。 ConchVector4 z : Number 获取Z轴坐标。 ConchVector4 ZERO : ConchVector4[static] 零向量,禁止修改ConchV...
来源: Laya2.0_api 发布时间: 20190513
...ector4[static] Vector4 UnitZ : Vector4[static] Vector4 w : NumberW轴坐标Vector4 x : NumberX轴坐标Vector4 y : NumberY轴坐标Vector4 z : NumberZ轴坐标Vector4 ZERO : Vector4[static] 零向量,禁止修改Vector4Public Methods MethodDefined By Vector4(x:Number = 0, y:...
来源: Laya2.0_api 发布时间: 20190513
...量图),根据对象形状进行遮罩显示。 【注意】遮罩对象坐标系是相对遮罩对象本身的,和Flash机制不同 Sprite mouseEnabled : Boolean 是否接受鼠标事件。 默认为false,如果监听鼠标事件,则会自动设置本对象及父节点的属性 mouseEnab...
来源: Laya2.0_api 发布时间: 20190513
...umber最小深度Viewport width : Number宽度Viewport x : NumberX轴坐标Viewport y : NumberY轴坐标ViewportPublic Methods MethodDefined By Viewport(x:Number, y:Number, width:Number, height:Number) 创建一个 Viewport 实例。 Viewport cloneTo(out:Viewport):void 克隆 Viewpo...
来源: Laya2.0_api 发布时间: 20190513