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

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

761. 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

762. 动态加载的 animation第二次加载的时候不显示 [ 67%]

...生成的.每次详细页面初始化的时候都执行这个的. item=new Laya.Animation(); if (i!=whichistrue) { aniname="lose_1_"+aniname+".ani"; } else { ran=Math.random(); aniname="win_1_"+aniname+".ani"; } item.loadAnimation(aniname); item.x=60+(i-1)*120; item.y=y; item.size(80,80); item.name=...

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

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

同步龙骨插槽动画方案 Laya Ver2.1.1   export class MSketon {      private mFactory: Laya.Templet;     public mArmature: Laya.Skeleton     private _handler: Laya.Handler;      constructor(url: string, handler: Laya.Handler, aniMode: number = 0) {     ...

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

764. spine动画导出问题 [ 67%]

... 与内容相关的链接 提交 2 个回复 qian 赞同来自: http://ldc.layabox.com/doc/?nav=zh-js-1-5-5 这几个注意事项都注意了么 2018-02-26 0 12 分享 微博 QZONE 微信 qian 赞同来自: 你这个骨骼数320   2018-02-27 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个...

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

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

...找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: 替换一下这两个类试试 FrameAnimation.zip GraphicAnimation.zip 2018-06-19 0 1 分享 微博 QZONE 微信 BookoMan 赞同来自: Laya.Templet播放spine,会报一个错误: laya.core.js:4334...

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

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

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

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

unity导出的3D动画模型,导入 laya环境报错: node._setParent is not a function var role3D: Laya.Sprite3D = Laya.loader.getRes("res/lk4.lh") as Laya.Sprite3D; //加载到场景 scene.addChild(role3D);  //此处报错 var ani = role3D.getComponent(Laya.Animator) as Laya.Animator; //播...

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

768. socket通讯返回数据 [ 67%]

...制的代码,标“*”处为有问题。  class Game { private socket: Laya.Socket; private byte: Laya.Byte; constructor() { //初始化引擎 Laya.init(600, 400, Laya.WebGL); this.byte = new Laya.Byte(); //这里我们采用小端 this.byte.endian = Laya.Byte.LITTLE_ENDIAN; this.socket = new La...

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

769. laya.renders.VertexElementFormat_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/renders/VertexElementFormat" VertexElementFormat Class VertexElementFormat 类用来定义顶点元素格式 Hierarchy VertexElemen...

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

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

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