大约有 355 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0050 秒)
...clearTimer()。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node ...
来源: Laya3.0_api 发布时间: 20231115
... 如果你也听说 赞同来自: 是不会触发的 微信有音频中断结束事件监听 2021-07-01 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 152*****658 相关问题 关于微信小游戏关系链的...
来源: Laya_社区 发布时间: 20210701
...线程shared web worker。 Dedicated web worker随当前页面的关闭而结束;这意味着Dedicated web worker只能被创建它的页面访问。与之相对应的Shared web worker可以被多个页面访问。但是web worker有些限制,并非所有的接口和方法都能使用。 - Web W...
来源: Laya2.0_文档 发布时间: 20210715
... ![图13](img/14.gif) (图14) 至此,EffectAnimation基础教程已结束,开发者可以用LayaAirIDE的动效模板功能,快捷的开发各种组件的动画效果。
来源: Laya2.0_文档 发布时间: 20210715
...path[this.nextPathIndex++ % this.pointCount].z, this.endPoint); //开始于结束点数据 var start = this.graph.grid[this.startPoint.x][this.startPoint.z]; var end = this.graph.grid[this.endPoint.x][this.endPoint.z]; //生成路径 this._everyPath = window.astar.search(this.graph, start, end, { cl...
来源: Laya2.0_文档 发布时间: 20210714
...线程shared web worker。 Dedicated web worker随当前页面的关闭而结束;这意味着Dedicated web worker只能被创建它的页面访问。与之相对应的Shared web worker可以被多个页面访问。但是web worker有些限制,并非所有的接口和方法都能使用。 - Web W...
来源: Laya2.0_文档 发布时间: 20210715
...后调度。Sprite display加入节点树时调度。Node dragend拖动结束后调度。Sprite dragmove拖动中调度。Sprite dragstart开始拖动后调度。Sprite label自定义事件。Skeleton mousedown在显示对象上按下后调度。Sprite mousemove鼠标在对象身上进行...
来源: laya_api 发布时间: 20170929
...path[this.nextPathIndex++ % this.pointCount].z, this.endPoint); //开始于结束点数据 var start = this.graph.grid[this.startPoint.x][this.startPoint.z]; var end = this.graph.grid[this.endPoint.x][this.endPoint.z]; //生成路径 this._everyPath = (window as any).astar.search(this.graph, start, ...
来源: Laya2.0_文档 发布时间: 20210715
... pointCount].x,path[nextPathIndex++ % pointCount].z, endPoint); //开始于结束点数据 var start:Object = graph.grid[startPoint.x][startPoint.z]; var end:Object = graph.grid[endPoint.x][endPoint.z]; //生成路径 _everyPath = Browser.window.astar.search(graph, start, end, { closest: opts.closes...
来源: Laya2.0_文档 发布时间: 20210714
...nction onAssetLoaded(texture) { console.log("加载结束"); pic="res/castlebeyond.jpg"; this.bgimg = new Laya.Sprite(); this.bgimg.width=scronw; this.bgimg.height=scronh; //加载显示图片,...
来源: Laya_社区 发布时间: 20171024