大约有 264 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0038 秒)
...空的sprite3D,后面要绑定的都作为该节点的子节点)。由于每帧更新动画时会改变空sprite3D的matrix,但并不会同时改变其子节点的matrix,而一般考虑节点的位置是遍历树状结构,这个空sprite3D是放在scene下的,和角色处于同一层级,...
来源: Laya_社区 发布时间: 20180504
...用道具 游戏不足之处: 1. 主角是根据鼠标的位置,每帧进行移动, 如果玩家点击道具, 会导致主角也跟着去道具的位置 目前解决方法是, 如果鼠标在 到处的范围里面,就不移动了 如果有更好的解决思路,欢迎交流一下 ...
来源: Laya_社区 发布时间: 20170902
...ed from Component.onLateUpdate Defined in laya/components/Component.ts:297 每帧更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in la...
来源: Laya3.0_api 发布时间: 20231115
...ed from Component.onLateUpdate Defined in laya/components/Component.ts:297 每帧更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in la...
来源: Laya3.0_api 发布时间: 20231115
...ed from Component.onLateUpdate Defined in laya/components/Component.ts:297 每帧更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in la...
来源: Laya3.0_api 发布时间: 20231102
...9 赞同来自: 因为timer有一个自管理的update函数,这个函数每帧执行,会自动检测handler是否可回收,当可回收时会自动回收 2022-02-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 1645703437用...
来源: Laya_社区 发布时间: 20220224
...ed from Component.onLateUpdate Defined in laya/components/Component.ts:297 每帧更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in la...
来源: Laya3.0_api 发布时间: 20231115
... 后才会有值,默认为0/0/0。从左到右数值的意义分别为:每帧重绘的画布数量 / 缓存类型为"normal"类型的画布数量 / 缓存类型为"bitmap"类型的画布数量。 Public Properties PropertyDefined By canvasBitmap : int = 0[static] 画布 canvas 使用位图...
来源: laya_api 发布时间: 20170929
... : *[read-only] 返回的数据。Loader maxTimeOut : int = 100[static] 每帧加载完成回调使用的最大超时时间,如果超时,则下帧再处理,防止帧卡顿。Loader parserMap : Object[static] 资源解析函数对应表,用来扩展更多类型的资源加载解析。Lo...
来源: Laya2.0_api 发布时间: 20190513
...到了滤镜效果(把滤镜效果注释还是会卡顿). 游戏逻辑是每帧(Laya.timer.frameLoop)变化. 游戏中(主域)有类似飞机跑道的效果, 主要是感觉跑道非常卡! speed=1的时候还好一些, 一旦速度增加, 就会卡顿. 版本号: 1.7.20.1beta 语言: JS 2018-08...
来源: Laya_社区 发布时间: 20180829