大约有 4,279 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0107 秒)
...m Component.onLateUpdate Defined in laya/components/Component.ts:297 每帧更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/com...
来源: Laya3.0_api 发布时间: 20231115
...m Component.onLateUpdate Defined in laya/components/Component.ts:297 每帧更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/com...
来源: Laya3.0_api 发布时间: 20231115
...变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 建议把不经常变化的“复杂内容”缓存为静态图像,能极大提高渲染性能。cacheAs有"none","normal"和"bitmap"三个值可选。 默认为"none",不做任何缓存。 当值为"norma...
来源: Laya2.0_api 发布时间: 20190513
...? unity导出粒子文件问题 LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 IDE1.7.8 json图集加载问题 关于适配...
来源: Laya_社区 发布时间: 20171229
...m Component.onLateUpdate Defined in laya/components/Component.ts:297 每帧更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/com...
来源: Laya3.0_api 发布时间: 20231115
...m Component.onLateUpdate Defined in laya/components/Component.ts:297 每帧更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/com...
来源: Laya3.0_api 发布时间: 20231115
...果当前时间大于下次射击时间 if(time > role.shootTime) { // 更新下次射击时间 role.shootTime = time + role.shootInterval; // 根据不同子弹类型,设置不同的数量及位置 this.pos = this.bulletPos[role.shootType - 1]; for(var index = 0; index < pos.length; index++...
来源: Laya_社区 发布时间: 20170525
...4-2 Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2026-01-05 17:25:58 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20260105
...m Component.onLateUpdate Defined in laya/components/Component.ts:297 每帧更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/com...
来源: Laya3.0_api 发布时间: 20231115
...? unity导出粒子文件问题 LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) 关于适配采用showAll后留白部分的颜色问题 IDE1.7.8 json图集加载问题 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场...
来源: Laya_社区 发布时间: 20180529