大约有 441 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)
...functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters...
来源: Laya3.0_api 发布时间: 20231115
...建一个新的 Point 对象。 Parameters x:Number (default = 0) — (可选)水平坐标。 y:Number (default = 0) — (可选)垂直坐标。 Method Detaildistance()method public function distance(x:Number, y:Number):Number 计算当前点和目标点(x,y)的距离。 Parameters x:Num...
来源: laya_api 发布时间: 20170929
...极大提高渲染性能。cacheAs有"none","normal"和"bitmap"三个值可选。 默认为"none",不做任何缓存。 当值为"normal"时,canvas模式下进行画布缓存,webgl模式下进行命令缓存。 当值为"bitmap"时,canvas模式下进行依然是画布缓存,webgl模式...
来源: Laya3.0_api 发布时间: 20231115
...functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters...
来源: Laya3.0_api 发布时间: 20231115
...填充绘图的渐变对象。 * @param lineColor (可选)边框颜色,或者填充绘图的渐变对象。 * @param lineWidth (可选)边框宽度。 */ public function drawPoly(x:Number, y:Number, points:Array, fillCo...
来源: Laya_社区 发布时间: 20180507
...ineColor lineColor: any Defined in laya/display/cmd/DrawCircleCmd.ts:31 (可选)边框颜色,或者填充绘图的渐变对象。 lineWidth lineWidth: number = 0 Defined in laya/display/cmd/DrawCircleCmd.ts:35 (可选)边框宽度。 percent percent: boolean Defined in laya/display/cmd/Dra...
来源: Laya3.0_api 发布时间: 20231115
...operties brush brush: any Defined in laya/display/cmd/DrawPathCmd.ts:26 (可选)刷子定义,支持以下设置{fillStyle:"#FF0000"}。 paths paths: any[] | null Defined in laya/display/cmd/DrawPathCmd.ts:22 路径集合,路径支持以下格式:[["moveTo",x,y],["lineTo",x,y],["arcTo",x1,y...
来源: Laya3.0_api 发布时间: 20231115
...functionName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters...
来源: Laya3.0_api 发布时间: 20231115
...neColor lineColor: any Defined in laya/display/cmd/DrawEllipseCmd.ts:31 (可选)边框颜色,或者填充绘图的渐变对象。 lineWidth lineWidth: number = 0 Defined in laya/display/cmd/DrawEllipseCmd.ts:35 (可选)边框宽度。 percent percent: boolean Defined in laya/display/cmd/Dr...
来源: Laya3.0_api 发布时间: 20231115
...er — 高绝对值。 offsetX:Number (default = 0) — X 轴偏移量(可选)。 offsetY:Number (default = 0) — Y 轴偏移量(可选)。 sourceWidth:Number (default = 0) — 原始宽度,包括被裁剪的透明区域(可选)。 sourceHeight:Number (default = 0) — 原始...
来源: laya_api 发布时间: 20170929