大约有 160 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0064 秒)
...认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随...
来源: laya_api 发布时间: 20170929
...认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component asPassword : Boolean 本API已弃用。使用type="password"替代设置asPassword, asPassword将在下次重大更新时删去...
来源: laya_api 发布时间: 20170929
...认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component array : Array 列表数据源。 List autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。...
来源: laya_api 发布时间: 20170929
...位置。 * @param points 线段的点集合,格式[controlX, controlY, anchorX, anchorY...]。 * @param lineColor 线段颜色,或者填充绘图的渐变对象。 * @param lineWidth (可选)线段宽度。 */ drawCurves(x: number, y: number, points: any[], lineColor: any, lineWidth: number...
来源: Laya3.0_文档 发布时间: 20241014
...置。 points:Array — 线段的点集合,格式[controlX, controlY, anchorX, anchorY...]。 lineColor:* — 线段颜色,或者填充绘图的渐变对象。 lineWidth:Number (default = 1) — (可选)线段宽度。 ReturnsDrawCurvesCmddrawImage()method public function drawImage(t...
来源: Laya2.0_api 发布时间: 20190513
...轴位置。 points: any[] 线段的点集合,格式[controlX, controlY, anchorX, anchorY...]。 lineColor: any 线段颜色,或者填充绘图的渐变对象。 Default value lineWidth: number = 1 (可选)线段宽度。 Returns DrawCurvesCmd drawEllipse drawEllipse(x: number, y: number, wi...
来源: Laya3.0_api 发布时间: 20231115
...大长度的比例进行设置,取值是`0-1`之间,例如,我们将`anchorX`与`anchorY`的属性值都取`0.5`,就是在X轴与Y轴长度的50%位置获得轴心点坐标。这样,在时间轴尾帧设置一个旋转角度值`rotation为360`,就实现了以中心点为轴心的旋转...
来源: Laya2.0_文档 发布时间: 20210715
...大长度的比例进行设置,取值是`0-1`之间,例如,我们将`anchorX`与`anchorY`的属性值都取`0.5`,就是在X轴与Y轴长度的50%位置获得轴心点坐标。这样,在时间轴尾帧设置一个旋转角度值`rotation为360`,就实现了以中心点为轴心的旋转...
来源: Laya2.0_文档 发布时间: 20210715
...大长度的比例进行设置,取值是`0-1`之间,例如,我们将`anchorX`与`anchorY`的属性值都取`0.5`,就是在X轴与Y轴长度的50%位置获得轴心点坐标。这样,在时间轴尾帧设置一个旋转角度值`rotation为360`,就实现了以中心点为轴心的旋转...
来源: Laya2.0_文档 发布时间: 20210715
...orEnv.IGameScene, node: Laya.Node) { if (node instanceof Laya.Sprite) node.anchorX = node.anchorY = 0.5; } } Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2024-10-14 20:58:53 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20241014