大约有 453 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0045 秒)
...er — 高绝对值。 offsetX:Number (default = 0) — X 轴偏移量(可选)。 就是[x,y]相对于原始小图片的位置。一般都是正的,表示裁掉了空白边的大小,如果是负的一般表示加了保护边 offsetY:Number (default = 0) — Y 轴偏移量(可选)。 ...
来源: Laya2.0_api 发布时间: 20190513
...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:599 清理定时器。功能同Laya.timer.clearTimer()。 Parameters...
来源: Laya3.0_api 发布时间: 20231102
...RL,则忽略该参数. - `url` 该请求所要访问的URL - `async` 一个可选的布尔值参数,默认为true,意味着是否执行异步操作,如果值为false,则send()方法不会返回任何东西,直到接受到了服务器的返回数据。如果为值为true,一个对开发者透...
来源: Laya2.0_文档 发布时间: 20210714
...RL,则忽略该参数. - `url` 该请求所要访问的URL - `async` 一个可选的布尔值参数,默认为true,意味着是否执行异步操作,如果值为false,则send()方法不会返回任何东西,直到接受到了服务器的返回数据。如果为值为true,一个对开发者透...
来源: Laya2.0_文档 发布时间: 20210715
...删除线) * @param element 元素 * @param options * { * lineColor 颜色 可选 默认文字颜色 * lineWidth 线条粗度 可选 默认 2 * } 线颜色 (默认文字颜色) */ exports.drawDeleteTextLine = function (element, options = {}) { var lineColor = options.lineColor || element.color; ...
来源: Laya_社区 发布时间: 20171019
...填充绘图的渐变对象。 * @param lineColor (可选)边框颜色,或者填充绘图的渐变对象。 * @param lineWidth (可选)边框宽度。 */ public function drawPoly(x:Number, y:Number, points:Array, fillCo...
来源: Laya_社区 发布时间: 20180416
...RL,则忽略该参数. - `url` 该请求所要访问的URL - `async` 一个可选的布尔值参数,默认为true,意味着是否执行异步操作,如果值为false,则send()方法不会返回任何东西,直到接受到了服务器的返回数据。如果为值为true,一个对开发者透...
来源: Laya2.0_文档 发布时间: 20210715
...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
...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
...极大提高渲染性能。cacheAs有"none","normal"和"bitmap"三个值可选。 默认为"none",不做任何缓存。 当值为"normal"时,canvas模式下进行画布缓存,webgl模式下进行命令缓存。 当值为"bitmap"时,canvas模式下进行依然是画布缓存,webgl模式...
来源: Laya2.0_api 发布时间: 20190513