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

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

51. laya.utils.PerfHUD [ 38%]

...ull):Point 把本地坐标转换为相对stage的全局坐标。 Sprite  now():NumberPerfHUD off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 Even...

来源: Laya2.0_api 发布时间: 20190513

52. 为什么会出现报错 ani not found:ufo1_down [ 37%]

...shootType > 0) { // 获取当前浏览器时间 var time = Laya.Browser.now(); // 如果当前时间大于下次射击时间 if(time > role.shootTime) { // 更新下次射击时间 role.shootTime = time + role.shootInterval; // 根据不同子弹类型,设置不同的数量及位置 this.pos...

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

53. 微信小游戏加载资源问题 [ 28%]

...y] = { md5: tempFileName, readyUrl: readyUrl, size: 0, times: Laya.Browser.now(), encoding: encoding }; //DEB("新加文件" + fileurlkey) var totalSize = 50 * 1024 * 1024; var chaSize = 4 * 1024 * 1024; var fileUseSize = MiniFileMgr.getCacheUseSize(); DEB("当前总大小"+fileU...

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

54. socket大型项目回调 [ 28%]

... self.heartbeatId = null; self.send(obj); self.nextHeartbeatTimeout = Date.now() + self.heartbeatTimeout; self.heartbeatTimeoutId = self.heartbeatTimeoutCb.bind(self,data); Laya.timer.once( self.heartbeatTimeout,self,self.heartbeatTimeoutCb.bind(self,data)); }) } private heartbeatTimeoutCb(data) { v...

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

55. 引擎 TiledMap 居然不支持图块翻转 [ 24%]

....animate);                 this._preFrameTime = Laya.ILaya.Browser.now();                 this._frameIndex = 0;                 this._time = 0;                 this._interval = 0;             }             this._spriteNum++;             this._aniDic[...

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

56. 构建apk后,java报错 [ 15%]

...919)         at com.android.server.pm.PackageManagerService.-wrap33(Unknown Source:0)         at com.android.server.pm.PackageManagerService$8.run(PackageManagerService.java:16323)         at android.os.Handler.handleCallback(Handler.java:790)         at android.os.Handler.dispatchMe...

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