大约有 633 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
... 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
...行后报错 TypeError: this._nativeObj.addGlobalValueDefine is not a function return this._nativeObj.addGlobalValueDefine(modifyType, type, size, defaultData); ^^ ...
来源: Laya_社区 发布时间: 20190819
... 报错内容是: TypeError: bt.RayResultCallback_set_m_flags is not a function bt.RayResultCallback_set_m_flags(this._btAllHitsRayResultCallback, flag); 附件 : --> 2022-03-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20220309
...nel' does not exist on type 'typeof Laya'.' "Laya.DebugPanel.init is not a function" 2018-03-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 qian 赞同来自: 版本问题 你这个版本还没有这个工具 ...
来源: Laya_社区 发布时间: 20180308
...的位置提醒开发者啊。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
...戏3D示例 运行出现 一下错误。 Buffer._gl.createBuffer is not a function WebGL.mainContext.viewport is not a function 2018-06-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: ...
来源: Laya_社区 发布时间: 20180611
...题,保存 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
...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
...报错 window is not defined 导微信小程序报错window.focus is not a function 本地调试加载本地图片都报错 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 启动引擎报错 mPlugin.game_plugin_init(3); 小游戏项目 加载有中...
来源: Laya_社区 发布时间: 20170805
... 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