• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 369 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0072 秒)

321. laya.d3.core.particleshuriken.ShuriKenParticle3D_API3.0 [ 45%]

...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...

来源: Laya3.0_api 发布时间: 20231115

322. laya.d3.core.SkinnedMeshSprite3D_API3.0 [ 45%]

...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...

来源: Laya3.0_api 发布时间: 20231115

323. laya.d3.core.trail.TrailSprite3D_API3.0 [ 45%]

...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...

来源: Laya3.0_api 发布时间: 20231115

324. 【简单跑酷--JS版】---Lv.4 添加玩家 [ 45%]

.../播放动作对应的动画 this.playAction(Player.RUN); //创建一个帧循环处理函数 Laya.timer.frameLoop(1, this, this.onLoop) } /** * 播放动作对应的动画 * action String 动作名称 */ _proto.playAction = function(action){ //如果是重复的动作 不执行 if(this.action == ac...

来源: Laya_社区 发布时间: 20160801

325. laya.d3.core.SimpleSkinnedMeshSprite3D_API3.0 [ 45%]

...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...

来源: Laya3.0_api 发布时间: 20231115

326. 碰撞检测 outHitInfo.distance 一直等于 -1 ?(TS代码) [ 45%]

...MPLETE,this,this.onComplete); } /*覆写3D组件更新方法(相当于帧循环)*/ public _update(state:Laya.RenderState):void{ //如果是攻击状态播放击球动画(优先播放击球动画) if(this.attack.isAttack){ if(this.currentAction != "play"){ this.play(); //摄像机移动向量...

来源: Laya_社区 发布时间: 20171113

327. laya.d3.core.pixelline.PixelLineSprite3D_API3.0 [ 44%]

...fault value jumpFrame: boolean = false 时钟是否跳帧。基于时间的循环回调,单位时间间隔内,如能执行多次回调,出于性能考虑,引擎默认只执行一次,设置jumpFrame=true后,则回调会连续执行多次 Returns void timerOnce timerOnce(delay: number, cal...

来源: Laya3.0_api 发布时间: 20231115

328. laya.ani.swf.MovieClip_API3.0 [ 44%]

...秒)。 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

329. [LayaAir3]3.3.0-beta.4已知新bug汇总 [ 44%]

...使用, 全靠读源码去处理监听 序列帧最离谱, 需要我帧循环检查 isPlaying, 写了非常多这类小函数来处理.... 5.tween不支持颜色过渡 6.字体处理在pc web/开发者工具/真机ios/android 加载显示大大小小的坑, 比如要根据平台是否去显示...

来源: Laya_社区 发布时间: 20250609

330. laya.d3.core.ui3d.UI3D_API3.0 [ 43%]

...每帧更新时执行,在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