大约有 686 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0050 秒)
...ointCount; 完整代码如下: box2d.b2World.prototype.DestroyJoint = function(a) { box2d.ENABLE_ASSERTS && box2d.b2Assert(!this.IsLocked()); if (!this.IsLocked()) { var b = a.m_collideConnected; a.m_prev && (a.m_prev.m_next = a.m_next); ...
来源: Laya_社区 发布时间: 20181024
...,运行报错 在LayaUISample.js里面是这样写的 var LayaSample = (function(){ (function(){ //初始化引擎 Laya.init(800,600); //设置背景颜色 Laya.stage.bgColor = "#ffcccc"; //加载资源 Laya.loader.load("res/atlas/comp.atlas",Laya.Handler.create(this,onLoaded),null,Laya.Loader.ATL...
来源: Laya_社区 发布时间: 20180129
...加载本地图片都报错 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2023-06-09 16:59 浏览: 2950 关注: 3 人 买包的小当家 • 2023-06-08 21:18 。。。 别闹!import循环引用在项目里太正常了。 这几个文件是我把工程里有问...
来源: Laya_社区 发布时间: 20230608
...22 赞同来自: 已解决,Main.ts类 里面 屏蔽 window.alert = function (): void { }; 然后构建的时候资源路径用web发布出来的版本 2020-07-08 0 0 分享 微博 QZONE 微信 悟空 赞同来自: 大佬 问题解决了吗? 我这边也出现了这种问题 2020-06-22 ...
来源: Laya_社区 发布时间: 20200619
...straint3D constructor rigidbodyA rigidbodyB Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...会报错 Uncaught TypeError: Browser.document.addEventListener is not a function at Function.AudioSound._initMusicAudio (index.js:10916) at Function.Browser.__init__ (index.js:6944) at Object.Laya.init (index.js:365) at new Football_public ( 2018-05-03 添加评论 免费...
来源: Laya_社区 发布时间: 20180503
...romise) DOMException: play() 导微信小程序报错window.focus is not a function 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 问题状态 最新活动: 2018-07-10 16:31 浏览: 482 关注: 1 人
来源: Laya_社区 发布时间: 20180710
...t'), btn = document.querySelector('button'); btn.addEventListener('click', function(){ let int = document.createElement('input'); int.type = 'text'; document.body.appendChild(int); // input.focus(); int.focus(); })我这样是可以直接直接打开键盘的,只要放到引擎里面就打不开...
来源: Laya_社区 发布时间: 20180919
...错误), //因此延迟一帧以销毁 Laya.timer.frameOnce(1, this, function () { this.weapon.destroy(); }); 这个延迟一帧的bug修复了吗? 目前用到的直接销毁还是会报错,不知道是不是我逻辑问题。 谢谢! 2018-03-12 添加评论 免费帖 --> 分享 微博...
来源: Laya_社区 发布时间: 20180312
...xt' of null at Label.__proto (/bin/libs/laya.ui.js:4365:19) at Label.remoteFunction (<anonymous>:2:14) 附件 : --> 2018-03-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: https://ask.la...
来源: Laya_社区 发布时间: 20180311