大约有 398 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0038 秒)
Laya_社区(348) Laya2.0_文档(29) Laya3.0_文档(10) Laya_示例(4) Laya2.0_示例(4) laya_api(1) Laya3.0_api(1) Laya2.0_api(1)
...quot;> <head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> html,body{overflow: hidden;} *{margin: 0; padding: 0;} #layaContainer{overflow: hidden;} </style> </head> <body> <script src='js/libs/laya.co...
来源: Laya_社区 发布时间: 20170928
...? 根据官方教程:FlashBuilder-LayaCompiler-运行提示"must set Document Class!" 问题状态 最新活动: 2017-12-20 12:15 浏览: 1241 关注: 2 人 bing8310124 • 2017-12-20 12:16 @Laya_Aaron:已解决,谢谢大佬帮助!!! bing8310124 • 2017-12-20 11:33 @Laya_Aaron:好像不...
来源: Laya_社区 发布时间: 20171220
...14:55] Task 'compile' is not in your gulpfile [11:14:55] Please check the documentation for proper gulpfile formattin gulp版本 3.9.1 2020-01-18 0 0 分享 微博 QZONE 微信 ngKevin 赞同来自: 找依赖找了半天 ,废了半天的力气,找全之后,还有个编译的task 有问...
来源: Laya_社区 发布时间: 20191115
...FileSystemManager is not a function 用微信开发者调试的时候出现document.createTextNode is not a function at api readFile fail callback function ide导出ui时,UI代码显示不正常在小游戏中会报错:gameThirdScriptErrorn.sort is not a function api readFile success callback fu...
来源: Laya_社区 发布时间: 20200618
...ang="en" <head> <metacharset="UTF-8"> <title>Document</title> <style> div{ margin: 0 auto; width: 100px; height: 100px; } #main { width: 400px; ...
来源: Laya_社区 发布时间: 20181018
... //var runner = Runner.create(); var render = LayaRender.create({ element: document.body, engine: engine, options: { background: "#0E1115", wireframes: false, showDebug: true } }); //Runner.run(engine); LayaRender.run(render); World.add(engine.world, [ Bodies.rectangle(200, 150, 500, 20, {...
来源: Laya_社区 发布时间: 20170728
...t = img.height; } else { width = img.width; height = img.width; } canvas = document.createElement('canvas'); if (!canvas.getContext) { // 判断浏览器是否支持canvas,如果不支持在此处做相应的提示 console.log('您的浏览器版本过低,暂不支持。'); return false; } canva...
来源: Laya_社区 发布时间: 20181125
...s:64358:2 at http://stand.alone.version/Main.max.js:64360:3 at Document._downloadOk (apploader.js:5941:20) at apploader.js:5920:20 at FileReader.filereader.onload (apploader.js:6467:47) ======用的Android真机调试,报错。CHROME、、、 2019-05-28 添加评论 免...
来源: Laya_社区 发布时间: 20190528
...format,for optimal performance reason,please refer to the official website document.` 这个时候需要把mp3转换成wav或者ogg格式。 ## 4.解决兼容性 如果你的项目在网页版本中音效使用mp3格式,但是LayaNative中又使用wav格式。建议项目使用配置文件的方...
来源: Laya2.0_文档 发布时间: 20210715
...scrollTop的值 2. 通过js可以获取到整个浏览器舞台的高度 document.documentElement.ClientHeight 3. (当前舞台实际的高度 / 浏览器舞台的高度) * scrollTop = 整个界面向上移动的距离 mouseY + 整个界面向上移动的距离,用来检测触摸点和组件的碰...
来源: Laya_社区 发布时间: 20170228