大约有 1,343 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0190 秒)
Laya_社区(1146) Laya3.0_api(125) Laya2.0_文档(24) Laya3.0_文档(23) Laya2.0_api(12) laya_api(11) Laya_示例(1) Laya2.0_示例(1)
...not attach to main target Laya mac版的IDE 是没测试就上线了吗? 循环依赖不能运行 Circular dependency: 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket ui list 里面的元素不能点击两次 ide 2.4 laya...
来源: Laya_社区 发布时间: 20180523
...每帧更新时执行,在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
...地图实现方式差不多 此次讲解的主要是类之间的引用和循环横向背景的实现方法~~~ 没看第一遍的朋友 可以 点击查看 关于浏览器调试失败的朋友可以看看 这篇文章 //======================= 游戏二维码 ======================= //==...
来源: Laya_社区 发布时间: 20160722
... unity 粒子特效 laya插件有问题? 做好的粒子特效在U3D里循环正常。在LAYA插件里预览跳帧闪烁。序列素材本身也是循环的。但是不知道为什么会跳帧。 Laya native1.0.7, 引擎1.7.14beta,多行文本不换行 问题状态 最新活动: 2019-06-05 16:04...
来源: Laya_社区 发布时间: 20190531
...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
...每帧更新时执行,在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