大约有 369 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0072 秒)
...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...
来源: Laya3.0_api 发布时间: 20231115
...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...
来源: Laya3.0_api 发布时间: 20231115
...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...
来源: Laya3.0_api 发布时间: 20231115
.../播放动作对应的动画 this.playAction(Player.RUN); //创建一个帧循环处理函数 Laya.timer.frameLoop(1, this, this.onLoop) } /** * 播放动作对应的动画 * action String 动作名称 */ _proto.playAction = function(action){ //如果是重复的动作 不执行 if(this.action == ac...
来源: Laya_社区 发布时间: 20160801
...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...
来源: Laya3.0_api 发布时间: 20231115
...MPLETE,this,this.onComplete); } /*覆写3D组件更新方法(相当于帧循环)*/ public _update(state:Laya.RenderState):void{ //如果是攻击状态播放击球动画(优先播放击球动画) if(this.attack.isAttack){ if(this.currentAction != "play"){ this.play(); //摄像机移动向量...
来源: Laya_社区 发布时间: 20171113
...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...
来源: Laya3.0_api 发布时间: 20231115
...秒)。 loop loop: boolean Defined in laya/ani/swf/MovieClip.ts:83 是否循环播放 mouseThrough mouseThrough: boolean = false Inherited from Text.mouseThrough Defined in laya/display/Sprite.ts:260 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获...
来源: Laya3.0_api 发布时间: 20231115
...使用, 全靠读源码去处理监听 序列帧最离谱, 需要我帧循环检查 isPlaying, 写了非常多这类小函数来处理.... 5.tween不支持颜色过渡 6.字体处理在pc web/开发者工具/真机ios/android 加载显示大大小小的坑, 比如要根据平台是否去显示...
来源: Laya_社区 发布时间: 20250609
...每帧更新时执行,在update之后执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 Returns void Optional onPostRender onPostRender(): void Inherited from Component.onPostRender Defined in laya/components/Component.ts:307 渲染之后执行 Returns void Optional onR...
来源: Laya3.0_api 发布时间: 20231115