大约有 126 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0034 秒)
...(浮动) _proto.aeroboatTween1 = function(){ // 用一个变量不断递归循环,来计算循环的次数,根据循环次数做处理 // num++; // trace(num); Laya.Tween.clearTween(this.aeroboatTween1); Laya.Tween.to(this.aeroboat,{y:-data.aeroboat[aeroboatLel].h-12},800,Laya.Ease.linearInOut,Han...
来源: Laya_社区 发布时间: 20170720
...每帧更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/components/Component.ts:307 渲染之后执行 Returns void Optional onP...
来源: Laya3.0_api 发布时间: 20231115
...每帧更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/components/Component.ts:307 渲染之后执行 Returns void Optional onP...
来源: Laya3.0_api 发布时间: 20231115
...每帧更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/components/Component.ts:307 渲染之后执行 Returns void Optional onP...
来源: Laya3.0_api 发布时间: 20231115
...暂且这么叫),这个数组里面有 这俩 个mesh, 然后你 又循环加了5个 bucket 这个数组就又加进去5个bucket,最后合成一个 合并后的 大mesh,你销毁的时候 销毁了5个bucket,但是那个 合批数组里永远有一个wave , 这个数组长度不为0 ...
来源: Laya_社区 发布时间: 20190617
...默认为 true 。 * @param jumpFrame 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 */ loop(delay: number, caller: any, method: Function...
来源: Laya3.0_文档 发布时间: 20251010