大约有 3,269 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0073 秒)
CompoundColliderShape碰撞时报错Qt[a[((a[(t >> 2)] + 8) >> 2)]] 游戏工程和unity包都在压缩包里 表现:方块掉下去与地面接触就报错 附件 : --> TestCollider.zip 2021-08-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20210830
...m.String A_1, System.Boolean A_2) (at <fb4f7e057e8e4883a548262c8679c156>:0) p.c () (at <fb4f7e057e8e4883a548262c8679c156>:0) p.b (System.String A_0) (at <fb4f7e057e8e4883a548262c8679c156>:0) LayaAir3D.exportResource (System.Boolean isDebug, System.Int32 Platformindex, System.String...
来源: Laya_社区 发布时间: 20191113
...存储,鼠标触摸,声音,加载,颜色滤镜,位图字体等--> <script type="text/javascript" src="libs/laya.core.js"></script> <!--提供了微信小游戏的适配--> <script type="text/javascript" src="libs/laya.wxmini.js">&l...
来源: Laya_社区 发布时间: 20180510
...由要让其他框架也用laya的substr 原生: color.substr(0,0) -> ''; String.prototype.substr = Laya.__substr : color.substr(0,0) -> '#FFFFFF' 至于我只要用react 就会报错 react.201605251128.js?t=1491660786863:formatted:7527Uncaught Error: Minified exception occurred; use ...
来源: Laya_社区 发布时间: 20170408
关于layaCanvas大小自适应的建议 <div id="layaContainer"><canvas id="layaCanvas" width="1920" height="181" class="layaCanvas" style="position: absolute; left: 0px; top: 0px; background: rgb(0, 0, 0); transform-origin: 0px 0px 0px; transform: matrix(1, 0, 0, 1, 0, 0); width: 100%; h...
来源: Laya_社区 发布时间: 20180124
...须知 1、在加速器环境下html文件里不能直接使用 <scrpit> var num = 10; </script> 代码块,有类似需求需要将代码块中的代码放到的js文件里,然后通过引入js文件的方式引入使用:<script src=”a.js”></script> 2、在加速器...
来源: Laya_社区 发布时间: 20161107
...何用一个div包起来呢? Laya的canvas如何实现类似于<div><canvas></canvas></div>这样的展示效果呢? 2016-06-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying...
来源: Laya_社区 发布时间: 20160620
...,会强制解锁 destroy 源码中有注释,如下:/** * <p>销毁此对象。destroy对象默认会把自己从父节点移除,并且清理自身引用关系,等待js自动垃圾回收机制回收。destroy后不能再使用。</p> * <p>destroy时会移除自身的...
来源: Laya_社区 发布时间: 20180123
...d::__1::__bind<bool (laya::JSAudio::*)(void*, std::__1::weak_ptr<int>), laya::JSAudio*, std::__1::placeholders::__ph<1>&, std::__1::weak_ptr<int>&>)' res->setOnReadyCB( std::bind(&JSAudio::onDownloaded,this, std::placeholders::_1,cbref)); 没上...
来源: Laya_社区 发布时间: 20211111
... 17:20 原因是渲染顺序变了。 默认渲染顺序: sp1,pass1 --> sp1,pass2 --> sp2,pass1 --> sp2,pass2。 开启instance后: sp1 & sp2,pass1 --> sp1 & sp2,pass2。 Heured • 2024-08-13 17:40 @layaAir小孟:所以开启Instancing之后就不再遵守 Forwar...
来源: Laya_社区 发布时间: 20240812