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

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

71. http无响应 [ 76%]

...独用在其它文件也是没有反应,  var LoginView = (function (_super) { function LoginView() { LoginView.super(this); //调用父类构造函数 this.dlg; } function connect() { var hr = new Laya.HttpRequest(); hr.once(Event.PROGRESS, this, onHttpRequestProgress); hr.once(Event.COMPLETE, t...

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

72. 请问怎么制作一个layabox js版本的加载效果 [ 76%]

...享 微博 QZONE 微信 gaowei2024 赞同来自: var Loadings=(function(_super) { function Loadings(){ Loadings.super(this); var Stage = Laya.Stage; var ProgressBar = Laya.ProgressBar; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var progressBar; Laya.init(1024, 600,WebGL); Laya.stage.alignV ...

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

73. List选中项下滚会变 [ 76%]

...语言javascript,引擎1.7.8beta)   var ServerListView = (function(_super){ function ServerListView(){ ServerListView.super(this); this.selectedIndex = -1; var data = ; //设置服务器列表项信息 for(var i=0;i<100;i++){ data = {select:{label:"服务器"+(i+1),selected:false}, flag:{tex...

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

74. CameraMoveScript [ 76%]

CameraMoveScript CameraMoveScript.super(this);请问这个组建中的super方法有什么用? 2017-09-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: 调用父类的构造...

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

75. 重写X Y在android studio里运行会变成00 [ 76%]

...ayaTest15.zip 2018-02-26 0 0 分享 微博 QZONE 微信 qian 赞同来自: super._x = xxx 改成super.x= xxx 不要直接改_x没有通知到native   2018-02-26 0 1 分享 微博 QZONE 微信 185*****914 - 一些用LAYABOX做的练习小游戏http://iuhigi.cn/ 赞同来自: 我习惯用sprite.p...

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

76. 1.7.3之后的版本,重复类名出现bug [ 76%]

... __class(StartUpCommand,'com.game.modules.hall.controller.StartUpCommand',_super); __class(StartUpCommand,'com.game.modules.login.controller.StartUpCommand',_super,'StartUpCommand$1'); __class(StartUpCommand,'com.game.shell.controller.StartUpCommand',_super,'StartUpCommand$3');   我全文搜了下...

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

77. 自定义UI导致编辑器无显示 [ 76%]

... • 2017-02-06 16:57 我现在js这样写的: var LabelAtlas=(function(_super){ function LabelAtlas(url,clipX,clipY){ LabelAtlas.__super.call(this); (clipX===void 0)&& (clipX=1); (clipY===void 0)&& (clipY=1); this._clipX=clipX; this._clipY=clipY; this.skin=url; } __class(LabelAtla...

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

78. 图片能不拉伸显示吗 [ 76%]

...么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 super1013 相关问题 【屏幕适配】在LayaAir上面是竖屏,为什么到微信开发工具中就是横屏,而且还被拉伸了 请问LayaAir中如何使图片以圆形的方式显示? 安装layaAirIDE2 ,跟着...

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

79. Laya 绑定显示内容到骨骼动画 [ 75%]

...extends Laya.Skeleton { private __bindList:BindSource[]; constructor(){ super(); this.__bindList=[]; }  /** * 绑定 * @param source */ bind(source:BindSource):void{ let index:number=this.__bindList.indexOf(source); if(index<0){ this.__bindList.push(source); } this.addChild(source); this.ti...

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

80. 如何在游戏入口处获取对象的子对象 [ 75%]

...ite = Laya.Sprite; var MapLayer = Laya.MapLayer; var loadMap = (function (_super) { function loadMap() { loadMap.super(this); } Laya.class(loadMap,"loadMap",_super); var _proto = loadMap.prototype; _proto.init = function() { this.num = ""; this.map = new TiledMap(); } _proto.showMap = function(num) ...

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