大约有 612 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0048 秒)
Laya_社区(290) Laya3.0_api(98) Laya2.0_api(85) laya_api(72) Laya2.0_文档(43) Laya3.0_文档(17) Laya_示例(6) Laya2.0_示例(1)
...athsClasspublic class PointInheritancePoint Object Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Public Properties PropertyDefined By x : Number该点的水平坐标。Point y : Number该点的垂直坐标。PointPublic Methods Meth...
来源: laya_api 发布时间: 20170929
...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 矩形的宽...
来源: laya_api 发布时间: 20170929
... 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
...idth:Number, height:Number):void 设置剪裁区域,超出剪裁区域的坐标不显示。 Graphics destroy():void 销毁此对象。 Graphics drawCircle(x:Number, y:Number, radius:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):void 绘制圆形。 Graphics drawCurves(x:N...
来源: laya_api 发布时间: 20170929
... Menu Globals "laya/maths/Point" Point Class Point Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。 Hierarchy Point Index Constructors constructor Properties x y TEMP Methods copy distance normalize recover reset setTo toString create Construct...
来源: Laya3.0_api 发布时间: 20231115
...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
关于2d内的坐标转换问题 需要实现的效果如下图 四张image ——【a/b/c/d】需要生成在场景的中间位置。然后通过代码将他们一到粉红色框处的位置,粉红色的image跟绿色的image同级,且父容器都分别为四个黑色框。绿色框需要知...
来源: Laya_社区 发布时间: 20180502
布局后的对象的x y坐标如何获取? 问一下,是不是设置了centerX 和centerY后,就无法获取到这个Box的坐标了呀? console.log(this.test1.x ) //结果是 0 但console.log 这个对象,可以看到_x _y 的坐标 请问如何获取到这个被布局后的x...
来源: Laya_社区 发布时间: 20190701
...e 对象。 Parameters Default value x: number = 0 矩形左上角的 X 轴坐标。 Default value y: number = 0 矩形左上角的 Y 轴坐标。 Default value width: number = 0 矩形的宽度。 Default value height: number = 0 矩形的高度。 Returns Rectangle Properties height height: number...
来源: Laya3.0_api 发布时间: 20231115