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

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

1. 【简单跑酷--JS版】---Lv.3 添加地板 [ 100%]

...象 继承此 Sprite Laya.class(RunGame,"RunGame", laya.display.Sprite); //定义RunGame的prototype var _proto = RunGame.prototype; //初始化 _proto.init = function(){ console.log('RunGame Init'); //添加背景 var bg = new Background(); this.addChild(bg); //添加地板集合 var mapFloor = new...

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

2. 【简单跑酷--JS版】---Lv.5 玩家踩地板 [ 93%]

...象 继承此 Sprite Laya.class(RunGame,"RunGame", laya.display.Sprite); //定义RunGame的prototype var _proto = RunGame.prototype; //初始化 _proto.init = function(){ console.log('RunGame Init'); //背景 this.bg = new Background(); this.addChild(this.bg); //地板 this.mapFloor = new MapFloor()...

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

3. 【简单跑酷--JS版】---Lv.6 终篇 [ 88%]

...象 继承此 Sprite Laya.class(RunGame,"RunGame", laya.display.Sprite); //定义RunGame的prototype var _proto = RunGame.prototype; //初始化 _proto.init = function(){ console.log('RunGame Init'); //背景 this.bg = new Background(); this.addChild(this.bg); //地板 this.mapFloor = new MapFloor()...

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

4. 【分享】圆形进度条上图片跟随进度并旋转角度 [ 79%]

...转 请问LayaAir中如何使图片以圆形的方式显示? 分享:自定义事件派发与侦听(A页面派发 B页面侦听) 分享:适配LayaAir版本的PureMVC框架 分享:打地鼠 AS、JS、TS版本 Demo! matter中layasprite怎么改变图片大小? Texture图片能否进行...

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

5. ios旋转问题 [ 71%]

...定竖屏的iphone上不能正常显示的问题 写了个边缘光的自定义shader,有很多问题,帮忙看一下 IDE创建的UI 层级问题 问题状态 最新活动: 2017-08-28 16:06 浏览: 930 关注: 2 人

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

6. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 63%]

...ar temp:IA = <IA>item;  items.push(temp); } 5.get,set ts里面父类定义的getset,子类必须要全覆盖下,不能只处理get或set,如: class A {  protected _id:number = 1;    public get id():number { return this._id }  public set id(value:number){     this._id = vaule;  } ...

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

7. 没有人尝试使用3d物理引擎么 [ 63%]

...1.6, 1.6, 1.6); directionLight.direction=new Vector3(1, -1, 0); //添加自定义模型 box=scene.addChild(new MeshSprite3D(new BoxMesh(1, 1, 1))) as MeshSprite3D; box.transform.rotate(new Vector3(0, 0, 0), false, false); var material:StandardMaterial=new StandardMaterial(); material.diffuseTexture=...

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

8. ide跑没问题,安卓包跑报错 [ 62%]

ide跑没问题,安卓包跑报错 定义:bodyArr: Array<Sprite> = [] 被调用的函数 bodyCheck() { if (this.bodyArr.length <= 0) return; if (this.eatBean >= this.bodyBeanNum && this.bodyArr.length < this.bodyMaxNum) { let addBodyNum = Math.floor(this.eatBean / this.bo...

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

9. IBQuadrangle不停上涨,如何定位? [ 61%]

...er 这个div是绝对定位吗?是否只能通过绝对定位的方法来定义container的位 gps定位获取当前城市名字 Laya2.1.1.1/2/2.2.0关闭多点触摸后在android手机上双手6根手指不停点击出现项目崩溃问题 手游的时候一般会对堆栈信息进行一些上报...

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

10. Laya.loader.create 进度回调函数执行两次!!! [ 61%]

...元素不能点击两次 骨骼动画播放完后的回调时间 dialog 自定义关闭效果,效果执行完,弹窗无法关闭 ios原生回调问题 编辑了图片 执行代码说加载不出来资源 这个是怎么回事? Text类中竟然没有pos函数的api~ 为什么ani动画执行的...

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