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

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

151. 关于jsfile中JS标签自动生成的问题 [ 68%]

...INDEX.HTML中会在<!--jsfile--startTag-->中生成对应的JS的<script>标签,这样挺不错的。 但是有时候项目中要有多个页面的时候就不知道咋办了。 比如,我有a.js  b.js  c.js  d.js 4个JS文件, 有 index.html  simp.html  两个html文件, ...

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

152. as3中,调用原生js的的时候,如何传递原生JS要用到的document.getElementById的ID过去? [ 67%]

...e" style="width:100px; height:100px; margin-top:15px;"></div> <script type="text/javascript"> var qrcode = new QRCode(document.getElementById("qrcode"), { width : 100, height : 100 }); function makeCode (_qrchr) { qrcode.makeCode(_qrchr); } makeCode("asfasdfas5151a31fsefasefsafe"); &l...

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

153. 勾选场景文件导出为json后,预制件也导出成json,但场景中引用的预制件还是原来的扩展名 [ 67%]

...的属性中用到了预制件,打开场景文件可以看到{ "type": "Script", "props": { "cloud": "@Prefab:prefab/Cloud.prefab", "runtime": "script/LoadingControl.js" }, "compId": 8 }但由于我导出了json格式,实际上是这个地址:prefab/Cloud.json所以加载的时候报找不到p...

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

154. UI运行时 · LayaAir3.0文档 · LAYABOX [ 66%]

...击操作,IDE会弹窗提示创建UI组件脚本文件,默认是RuntimeScript.ts,开发者可以对其进行重命名,最后点击保存即可创建脚本。 (动图2-1) 可以看到,创建以后,除了生成RuntimeScript.ts之外,在项目工程中看到还多了一个 RuntimeScri...

来源: Laya3.0_文档 发布时间: 20241014

155. 发布的时候,报错 [ERROR] Cannot read property 'dom_parser' of undefined [ 66%]

...%W@GJ$ACOF(TYDYECOKVDYB.png1.6.1.200~202/game/cocos/cocos2d-x-lite/cocos/./scripting/js-bindings/manual/jsb_global.cpp, 931): initWithImageFile: /data/user/0/com.vivo.hybrid/app_reso           [ERROR] (/opt/jenkins/workspace/vivo_vfile:///C:\Users\74741\AppData\Roaming\Tencent\QQ\Temp\%...

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

156. LayaFlash项目如何进行LayaPlayer版本测试? [ 66%]

...和下载)  使用方式: a、打开Redist文件夹,找到内部的script文件夹           b、打开script文件夹找到index.js文件           c、打开index.js文件,拖动滚动条至末尾           d、将//单行注释去掉解开其中一个loadUrl()方法,将h...

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

157. 按时间清理Laya.pool中缓存对象, 游戏大厅缓存问题 [ 66%]

...vate loadJs(jsPAth, fun) { var new_element1 = document.createElement("script");//创建新的script节点 new_element1.setAttribute("type", "text/javascript"); // new_element1.setAttribute("src", jsPAth); //LayaNative不支持 new_element1.src = jsPAth documen...

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

158. as hello world 背景还是黑色 [ 66%]

...:none;overflow-x:hidden;overflow-y:hidden;background-color: #000;'> <script src='LayaSample.max.js' loader='laya'></script> </body> </html> 背景没有赋值成黑色 2017-07-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

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

159. 新手入坑请教下各位大神关于LayaMaxUI问题 [ 65%]

...en(); this.loadScene('LoginScene'); }   }     import LoginScene from "./script/LoginScene" /* * 游戏初始化配置; */ export default class GameConfig{ static width:number=640; static height:number=1136; static scaleMode:string="fixedwidth"; static screenMode:string="none"; static alignV:strin...

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

160. Laya转小游戏导入的JS文件怎么访问 [ 65%]

...导入的JS文件怎么访问 laya这边在html标签里面导入了 <script src='matter.js' loader='laya'></script> laya代码里可以通过Browser.window.Matter来获取这个对象是有 值的 但转微信小游戏后Browser.window.Matter就为undefined了 2018-04-28 添加评论 ...

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