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

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

101. Socket连接不上(已解决) [ 78%]

...          private var txt:Text;                  public function LayaDemo()         {             Laya.init(600, 300, WebGL);             txt = new Text();             txt.text = "This is a demo";             txt.color = "#FF0000";     ...

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

102. laya2.2.0发布layanative(安卓),运行后报错 [ 78%]

...行后报错    TypeError: this._nativeObj.addGlobalValueDefine is not a function             return this._nativeObj.addGlobalValueDefine(modifyType, type, size, defaultData);                                    ^^                                        ...

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

103. laya.d3.js报错 [ 78%]

... 报错内容是: TypeError: bt.RayResultCallback_set_m_flags is not a function             bt.RayResultCallback_set_m_flags(this._btAllHitsRayResultCallback, flag);     附件 : --> 2022-03-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

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

104. DebugPanel报错 [ 78%]

...nel' does not exist on type 'typeof Laya'.' "Laya.DebugPanel.init is not a function" 2018-03-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 qian 赞同来自: 版本问题 你这个版本还没有这个工具 ...

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

105. 编译前(AS)和编译后(JavaScript)程序的行为是不一致的,求最佳实践和原理。 [ 78%]

...的位置提醒开发者啊。package { public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); var func:Function = new A().method; func(); } } } package { public class A { private var _attr:int = 123; public function A() { } public function method():void { t...

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

106. 运行DEMO错误 [ 77%]

...戏3D示例 运行出现 一下错误。 Buffer._gl.createBuffer is not a function WebGL.mainContext.viewport is not a function 2018-06-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: ...

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

107. 微信小游戏里面开放数据域的资源加载问题 [ 77%]

...题,保存 VM269:1 gameThirdScriptError wx.getFileSystemManager is not a function TypeError: wx.getFileSystemManager is not a function at Function.__static.wxdown (http://127.0.0.1:63435/game/op ... 645:48) at Function.get (http://127.0.0.1:63435/game/open/js/code.js:179:66) at Function.MiniFileMg...

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

108. LayaAir下Array.sort如何使用? [ 77%]

...aya.init(550,400); var arr:Array=[20,40,10,4,34,23,65,5,8]; trace(arr.sort(function(a:*, b:*):Number { return a.x > b.x ? 1 : -1}));(反序)Laya.init(550,400); var arr:Array=[20,40,10,4,34,23,65,5,8]; trace(arr.sort(function(a:*, b:*):Number { return a.x > b.x ? -1 : 1}));(从小到大...

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

109. ts项目因为类的顺序问题报错 [ 77%]

...报错 window is not defined 导微信小程序报错window.focus is not a function 本地调试加载本地图片都报错 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 启动引擎报错 mPlugin.game_plugin_init(3); 小游戏项目 加载有中...

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

110. 微信小游戏子域问题 [ 76%]

... VM317:1 gameSubContextThirdScriptError wx.getFileSystemManager is not a function;at requestAnimationFrame callback function TypeError: wx.getFileSystemManager is not a function    微信子域报这个错误。 2018-08-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

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