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

大约有 78 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0078 秒)

71. H5页面的骨骼动画不能显示完整,兼容性问题? [ 54%]

...x = 0; this.mArmature.y = 0; this.addChild(this.mArmature); this.mArmature.play(this.SWIM_RIGHT_ANI_NAME, true); Laya.timer.frameLoop(1, this, this.swim); }   在大部分浏览器都是OK的,但是在部分浏览器中,骨骼动画并不完整,动画的.sk文件也加载成功。 请问大...

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

72. laya.display.AnimationPlayerBase [ 54%]

...tationAll Packages | All Classes | Index | Frames No Frames AnimationPlayerBaseProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationPlayerBaseInheritanceAnimationPlayerBase Sprite Node EventDispatcher ObjectSubclasses Animation, FrameAnimation 动画播...

来源: laya_api 发布时间: 20170929

73. laya.components.AnimatorState2D_API3.0 [ 54%]

...t cycleOffset: number = 0 Defined in laya/components/AnimatorState2D.ts:35 play on awake start offset loop loop: number = -1 Defined in laya/components/AnimatorState2D.ts:60 动画循环次数,-1或者小于-1为使用clip的循环状态,1为播放一次,2为播放2次,0为无限循环 name ...

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

74. laya.display.AnimationBase [ 53%]

... AnimationBaseProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationBaseInheritanceAnimationBase Sprite Node EventDispatcher ObjectSubclasses Animation, FrameAnimation 动画基类,提供了基础的动画播放控制方法和帧标签事件相关功能。 可...

来源: Laya2.0_api 发布时间: 20190513

75. 十几秒以后动画渲染时间变长,帧率变慢,是怎么回事? [ 51%]

...Laya.Animation(); // this.addChild(this._body_ani); // } // this._body_ani.play(0, true, doll_item.animation_name);  this._box = box;  this._fly_site.w = this._box._area.w - 20; this._box.graphics.drawLine( 0, this._fly_site.h, this._box._area.w, this._fly_site.h, "#ff0000", 1 );  // 当更新房...

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

76. 3D寻路 · LayaAir3.0文档 · LAYABOX [ 44%]

... animator.getControllerLayer(0).addState(state); //播放动画 animator.play("run"); //创建BlinnPhong材质 var mat: BlinnPhongMaterial = (<BlinnPhongMaterial>((<SkinnedMeshSprite3D>this.layaMonkey.getChildAt(0).getChildAt(0))).skinnedMeshRenderer.sharedMaterial); //设置反照率强...

来源: Laya3.0_文档 发布时间: 20230303

77. laya.display.AnimationBase_API3.0 [ 37%]

...blic/Protected All Inherited Externals Only exported Menu Globals "laya/display/AnimationBase" AnimationBase Class AnimationBase 动画基类,提供了基础的动画播放控制方法和帧标签事件相关功能。 可以继承此类,但不要直接实例化此类,因为有些方法需要...

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

78. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 35%]

...节点层级关系的缩放影响、Local仅受自身缩放影响) | | Play On Awake(唤醒时播放) | 支持 | | Max Particls(最大粒子数量) | 支持 | | Auto Random Seed(自动随机种子) | 支持 | ##### 4.10.2 发射 Emission ![img](img/4.10-2.png) 在上图中的Unity粒...

来源: Laya2.0_文档 发布时间: 20210714