大约有 1,305 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0057 秒)
Laya_社区(1121) Laya3.0_api(125) Laya2.0_文档(24) Laya2.0_api(12) laya_api(11) Laya3.0_文档(10) Laya2.0_示例(1) Laya_示例(1)
...umpFrame:Boolean (default = false) — 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 timerOnce()method public function timerOnce(delay...
来源: laya_api 发布时间: 20170929
...每帧更新时执行,在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
...age.on(laya.events.Event.MOUSE_UP, this, this.onMouseUp); //创建一个帧循环处理函数 Laya.timer.frameLoop(1, this, this.onLoop); } _proto.onLoop = function(){ // 检测人物是否踩在地板上面了 for(var i = this.mapFloor.numChildren - 1; i > -1; i--){ var floor = this.mapFloor.get...
来源: Laya_社区 发布时间: 20160803
...width的计算中,如果控件本身私有宽度_width为0,那么就会循环计算子控件里x+width*scaleX最大的值,作为控件的宽度。这就导致一个问题,如果子控件中,计算出来最大的值正好等于父控件的私有宽度_width计算出的控件宽度,那么...
来源: Laya_社区 发布时间: 20210716
...每帧更新时执行,在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 发布时间: 20231102
...手引导的抠图透明区域为黑色,其它机型都是正常的。 循环依赖不能运行 Circular dependency: 问题状态 最新活动: 2018-04-12 09:59 浏览: 2793 关注: 2 人 Prajna • 2018-04-12 10:01 怎么解决啊?能给点提示么大神 sky391153342 • 2018-04-13 10:05 @Praj...
来源: Laya_社区 发布时间: 20180412
...每帧更新时执行,在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
...islooping: boolean Defined in laya/components/AnimationClip2D.ts:214 是否循环 Optional lock lock: boolean Inherited from Resource.lock Defined in laya/resource/Resource.ts:103 是否加锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name De...
来源: Laya3.0_api 发布时间: 20231115