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

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

791. laya.d3.math.Vector3_API3.0 [ 67%]

Search Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Vector3" Vector3 Class Vector3 Vector3 类用于创建三维向量。 Hierarchy Vector3 Implements IClone Index Constructors con...

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

792. 同步龙骨插槽动画方案 [ 67%]

...aya.Handler;      constructor(url: string, handler: Laya.Handler, aniMode: number = 0) {         this._handler = handler;         this.mFactory = new Laya.Templet();         this.mFactory.on(Laya.Event.COMPLETE, this, this.parseComplete, [aniMode]);   ...

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

793. laya.physics.joint.DistanceJoint_API3.0 [ 67%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/physics/joint/DistanceJoint" DistanceJoint Class DistanceJoint 距离关节:两个物体上面各自有一点,两点之间的...

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

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

...的骨骼动画不能显示完整,兼容性问题? // 加载动画 loadAni(): void { var aniPath = this.ANIS[this.fishIndex]; this.mFactory = new Laya.Templet(); this.mFactory.on(Laya.Event.COMPLETE, this, this.parseComplete); this.mFactory.loadAni(aniPath); } // 动画解析完成,添加到舞...

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

795. Laya2.4版本,场景为内嵌时layaMaxUI类中没有声明场景中的Button等控件? [ 66%]

Laya2.4版本,场景为内嵌时layaMaxUI类中没有声明场景中的Button等控件? export module ui { export class GameSceneuiUI extends Laya.Scene { public static uiView:any ={"type":"Scene","props":{"width":720,"height":1280},"compId":2,"child":[{"type":"Button","props":{"y":616,"x":296,...

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

796. Spine切换动画后,站立动画抖动得厉害,特别是腿部 [ 66%]

... 3 个回复 Laya_Aaron 赞同来自: 替换一下这两个类试试 FrameAnimation.zip GraphicAnimation.zip 2018-06-19 0 1 分享 微博 QZONE 微信 BookoMan 赞同来自: Laya.Templet播放spine,会报一个错误: laya.core.js:4334 Uncaught TypeError: Cannot set property 'a' of undefined  ...

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

797. unity导出的3D动画模型,导入 laya环境报错: node._setParent is not a function [ 66%]

...a.Sprite3D; //加载到场景 scene.addChild(role3D);  //此处报错 var ani = role3D.getComponent(Laya.Animator) as Laya.Animator; //播放攻击状态 ani.play(); chrome 调试:  addChild(node) {             if (!node || this.destroyed || node === this)                 return no...

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

798. 添加mask导致不支持webgl的手机 ,动画卡顿 [ 66%]

...持在最底部显示? 骨骼动画播放完后的回调时间 为什么ani动画执行的不是按中心点执行的 我刚开始使用layabox,发布了一个h5,但是手机上应该怎么打开这个网页呢 自定义场景类导出layaMaxUI.ts有前缀导致报错 2.2-2.3版本 ani动画...

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

799. Laya2.4版本,场景为内嵌时layaMaxUI类中没有声明场景中的Button等控件? [ 66%]

Laya2.4版本,场景为内嵌时layaMaxUI类中没有声明场景中的Button等控件? export module ui {     export class GameSceneuiUI extends Laya.Scene {         public static  uiView:any ={"type":"Scene","props":{"width":720,"height":1280},"compId":2,"child":[{"typ...

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

800. 为何我加载spine的动画drawcall会那么高,shader的指标也很高 [ 66%]

...7-08-01 0 2 分享 微博 QZONE 微信 yzhkof 赞同来自: public getSpineAni(url:string,completeCaller:any,completeFun:Function):void         {             this.m_spineCopmleteFun = completeFun;             this.m_completeCaller = completeCaller;             this.m_curLoading...

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