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

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

91. 用Socket连接服务器,服务端显示已经有登录,但Event.OPEN没有触发 [ 67%]

...his.on(Event.MESSAGE, this, OnRecv);             this.on(Event.ERROR, this, OnError);         }                           public function OnConnected(e:*=null):void         {             trace('OnConnected');         }     ...

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

92. UI编辑发布后运行lose skin [ 67%]

...到类的定义!这是为什么? 已上传 Demo 附件 Ts 编辑提示error TS5023: Unknown option 'p' 循环依赖不能运行 Circular dependency: 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 如何通过命令行工具构建和发布项目 2.2.0...

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

93. 求HTTP相关的文档或者例子谢谢了 [ 67%]

...h.events.Event; import flash.events.HTTPStatusEvent; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLRequest; import flash.net.URLRequestMethod; import f...

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

94. 和原生Dom交互 · LayaAir3.3 · 引擎文档 · LAYABOX [ 67%]

...s,Laya.Handler.create(this,this.onSuccess),Laya.Handler.create(this,this.onError)); } } private showMessage():void{ var tex:Laya.Text = new Laya.Text(); Laya.stage.addChild(tex); tex.text = "单击舞台播放和暂停"; tex.color = "#ffffff"; tex.fontSize = 100; tex.valign = "middle"; tex.align = "...

来源: Laya3.0_文档 发布时间: 20251010

95. the server responded with a status of 404 (Not Found) [ 67%]

...ex.html not found unity3d sentinel key not found 构建报错,TypeScript error: node_modules/@types/node/base.d.ts' not found. ide2.6.0beta编译报错:This syntax requires an imported helper but module 'tslib' cannot be found Swift中接入其他都正常,但是在你们的conchConfig中,...

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

96. ts加密md5码封装 [ 67%]

...mber = 8, max: number = Math.pow(2, bit) - 1) { if (code < 0) throw new Error("code should be greater than: 0"); if (code > max) throw new Error("code should be less than: " + max); return this.padding(code.toString(2), bit, "0", false); } to_hex(code: number, bit: number = 8, max: number = Ma...

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

97. 网络和格式-XML [ 67%]

...a.stage.bgColor = "#232628"; this.setup(); } setup() { let xmlValueContainsError = "item aitem bsomethis..."; let xmlValue = "item aitem bsomethings..."; this.proessXML(xmlValueContainsError); console.log("\n"); this.proessXML(xmlValue); } // 使用xml proessXML(source) { const Utils = Laya.Utils; l...

来源: Laya2.0_示例 发布时间: 20251130

98. localRotationEulerY旋转位置错误 [ 67%]

...原来碰撞检测rect没有旋转 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编...

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

99. MovieClip加载错误抛什么事件? [ 67%]

...aya.stage.bgColor = "#000000"; var s:MovieClip = new MovieClip; s.on(Event.ERROR,this,ddddd); s.load("D:/thisisnothing.swf"); } private function ddddd(e:* = null){ trace("dddd"); } } 附件 : --> 2017-01-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

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

100. 按钮失效,同UI里的一个图片超链接点击后再返回,出现按钮失效。 [ 67%]

...击Dialog之外的区域关闭弹框 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target IOS系统内嵌H5游戏,退到后台,等几秒返回音乐音效全无 Texture图片能否进行翻转? 救命!canvas定位后 点击区域偏移,求大...

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