大约有 900 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0061 秒)
...用完全一样的代码,提示 Uncaught TypeError: handler.run is not a function at Tween.__proto.complete (laya.core.js:9423) 9423 :handler && handler.run(); 你们自己试试吧。。为啥要。&&run() 2017-11-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20171111
...parseXMLFromString(data); 报错Uncaught TypeError: value.replace is not a function at Function.Utils.parseXMLFromString (dsgame.max.js:9485) cuixueying • 2017-03-21 16:00 可以把你可运行的例子以附件的方式上传下,我们看下什么问题!
来源: Laya_社区 发布时间: 20170320
...s type: string Optional data: any Returns void callLater callLater(method: Function, args?: any[]): void Defined in laya/display/Node.ts:621 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 see #runCallLater() Parameters method: Function 要...
来源: Laya3.0_api 发布时间: 20231115
...15797) at Sprite.__proto.localToGlobal (laya.core.js:15757) at Function.Utils.getGlobalRecByPoints (laya.core.js:10216) at Function.Utils.getGlobalPosAndScale (laya.core.js:10224) at Function.Utils.getTransformRelativeToWindow (laya.core.js:10293) at GamePagePlayer.Util...
来源: Laya_社区 发布时间: 20181018
...,U3D和1.7.*都没问题 导微信小程序报错window.focus is not a function laya2 发布微信开放域工程,用微信开发者工具打开报错 2.2.0beta4,微信上动态合批报错. 问题状态 最新活动: 2020-06-05 09:45 浏览: 1635 关注: 1 人
来源: Laya_社区 发布时间: 20200605
...晰的解决方法! gameThirdScriptError t.getElementsByTagName is not a function TypeError: t.getElementsByTagName is not a function at t.e.parseFont (http://127.0.0.1:63921/game/code.js:1:12413) at e.s.onLoaded (http://127.0.0.1:63921/game/code.js:1:176642) at e.u (http://127.0...
来源: Laya_社区 发布时间: 20180530
...加鼠标点击事件,并初始化射线(必须初始化射线) function 构造函数() { // 添加鼠标点击事件 Laya.stage.on( Event.MOUSE_DOWN, this, onMouseDown ); // 射线初始化 ray = new Ray( new Vector3(0,0,0), new Vector3(0,0,0) ); } // 鼠标点击方法 function onMou...
来源: Laya_社区 发布时间: 20181220
...均可以设置一个回调 Laya.LoaderManager.prototype["_loadAssets"] = function (arr, complete, progress, type, priority, cache, group) { (priority === void 0) && (priority = 1); (cache === void 0) && (cache = true); var itemCount = arr.length; var loadedCount = 0; var totalSize =...
来源: Laya_社区 发布时间: 20171226
...ollisionObject' of undefined 导微信小程序报错window.focus is not a function runtime运行报错! 用了ByteArray的zlib.min.js后报错 自定义场景类导出layaMaxUI.ts有前缀导致报错 启动引擎报错 mPlugin.game_plugin_init(3); laya3D动画无法播放 播放背景音乐的...
来源: Laya_社区 发布时间: 20180517
...开发者工具打开报错 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2023-12-08 11:31 浏览: 1502 关注: 2 人
来源: Laya_社区 发布时间: 20231206