大约有 27 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0047 秒)
...象 继承此 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
...象 继承此 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
...象 继承此 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
...转 请问LayaAir中如何使图片以圆形的方式显示? 分享:自定义事件派发与侦听(A页面派发 B页面侦听) 分享:适配LayaAir版本的PureMVC框架 分享:打地鼠 AS、JS、TS版本 Demo! matter中layasprite怎么改变图片大小? Texture图片能否进行...
来源: Laya_社区 发布时间: 20190629
...定竖屏的iphone上不能正常显示的问题 写了个边缘光的自定义shader,有很多问题,帮忙看一下 IDE创建的UI 层级问题 问题状态 最新活动: 2017-08-28 16:06 浏览: 930 关注: 2 人
来源: Laya_社区 发布时间: 20170828
...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
...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
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
...er 这个div是绝对定位吗?是否只能通过绝对定位的方法来定义container的位 gps定位获取当前城市名字 Laya2.1.1.1/2/2.2.0关闭多点触摸后在android手机上双手6根手指不停点击出现项目崩溃问题 手游的时候一般会对堆栈信息进行一些上报...
来源: Laya_社区 发布时间: 20180730
...元素不能点击两次 骨骼动画播放完后的回调时间 dialog 自定义关闭效果,效果执行完,弹窗无法关闭 ios原生回调问题 编辑了图片 执行代码说加载不出来资源 这个是怎么回事? Text类中竟然没有pos函数的api~ 为什么ani动画执行的...
来源: Laya_社区 发布时间: 20180620