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

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

321. 怎样获取浏览器地址传过来的GET参数 [ 52%]

...来用private function getGet():Object { var url:String = __JS__('window.document.location.href.toString()'); var u:* = url.split("?"); if (u[1] is String) { u = u[1].split("&"); var gets:Object = {}; for (var i:String in u) { var j:String = u[i].split("="); gets[j[0]] = j[1]; } return gets; } r...

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

322. args.slice is not a function [ 52%]

...场景 physics3D is not a function 用微信开发者调试的时候出现document.createTextNode is not a function api readFile success callback function undefined 打包小游戏后在开发者工具中报错 CharRender_Canvas.ctx.fillAndStrokeText is not a function Uncaught TypeError: tex.once is...

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

323. LayaAir写了一个页面,怎么在Android studio 中引入 [ 52%]

...面声明的Java的类名匹配. var a=false; // 注册手指按下事件 document.addEventListener("touchstart",function(e){ a=!a;// 实现奇数次打开 偶数次关闭 // b、调用静态函数openlight 参数为a Test.call("openlight",a); }); 2017-12-25 0 0 分享 微博 QZONE 微信 为什么...

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

324. 调用JSMpeg会闪屏 [ 52%]

...竖屏 Laya.stage.screenMode = Stage.SCREEN_VERTICAL; __JS__('var canvas = document.getElementById("layaCanvas")'); __JS__('var url = "ws://xxx.xxx.xx.xx:xxxx"'); __JS__('var player = new JSMpeg.Player(url, {canvas: canvas})');  WebGL下一直闪屏,不使用WebGL没有任何显示画面 附件 :...

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

325. android studio 不支持标签 <Script Language="JavaScript"> [ 51%]

...ipt Language="JavaScript"&gt; &lt;Script Language="JavaScript"&gt;     document.getElementById('WebViewport').setAttribute('content', 'width=100%,initial-scale=' + 1 / devicePixelRatio + ',target-densitydpi=device-dpi,minimum-scale=0.1,maximum-scale=9,user-scalable=0'); &lt;/script&gt;    inde...

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

326. args.slice is not a function [ 51%]

...场景 physics3D is not a function 用微信开发者调试的时候出现document.createTextNode is not a function api readFile success callback function undefined 打包小游戏后在开发者工具中报错 CharRender_Canvas.ctx.fillAndStrokeText is not a function Uncaught TypeError: tex.once is...

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

327. 错误' message: 'Module 'laya.d3.core' has no exported member 'particle'.' at: '4252,38' source: '' [ 51%]

...mber 'particle'.' at: '4252,38' source: '' file: 'file:///d%3A/Users/tiger/Documents/HelloHello/libs/LayaAir.d.ts' severity: '错误' message: 'Module 'laya.d3.core' has no exported member 'particle'.' at: '4252,38' source: '' 2017-07-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

328. 关于IE9以及IE9以下浏览器版本对H5项目支持的问题 [ 51%]

...5 23:20 这个报错不是引擎里面的报错,报错提示JSON类,跟document.head为空。 liwenhua • 2017-03-05 22:53 我直接打开官网的事例小demo,在 IE9和IE9之下不行的

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

329. 关于类中方法的调用 [ 51%]

...api~ as3中,调用原生js的的时候,如何传递原生JS要用到的document.getElementById的ID过去? LayaAir 2D有没有夜晚灯光照明效果实现的内置方法? 关于@prop {name:Tab,type:Node} 我觉得好麻烦啊 ,请问一下有别的方法吗 ts如何通过文件集加载...

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

330. Laya2.0引擎创建3d示例项目运行报错 [ 51%]

...gram Files (x86)\LayaAirIDE_beta\resources\app [10:29:49] Using gulpfile ~\Documents\myLaya\myLayaEmpty\.laya\gulpfile.js [10:29:49] Starting 'default'...  出错了: TypeScript error: ../../../node_modules/@types/gsap/index.d.ts(6,22): Error TS6053: File '../../../node_modules/@types/gsap/Animatio...

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