大约有 441 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0057 秒)
...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
... lineColor lineColor: any Defined in laya/display/cmd/DrawRectCmd.ts:35 (可选)边框颜色,或者填充绘图的渐变对象。 lineWidth lineWidth: number = 0 Defined in laya/display/cmd/DrawRectCmd.ts:39 (可选)边框宽度。 percent percent: boolean Defined in laya/display/cmd/DrawR...
来源: 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
...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 Detailcopy()method public function copy(point:Point):Point copy point坐标 Parameters point:Point — 需要被copy的point ReturnsPointc...
来源: Laya2.0_api 发布时间: 20190513
...极大提高渲染性能。cacheAs有"none","normal"和"bitmap"三个值可选。 默认为"none",不做任何缓存。 当值为"normal"时,canvas模式下进行画布缓存,webgl模式下进行命令缓存。 当值为"bitmap"时,canvas模式下进行依然是画布缓存,webgl模式...
来源: Laya3.0_api 发布时间: 20231115
...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