大约有 398 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0137 秒)
Laya_社区(348) Laya2.0_文档(29) Laya3.0_文档(10) Laya_示例(4) Laya2.0_示例(4) laya_api(1) Laya3.0_api(1) Laya2.0_api(1)
...来用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
...场景 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
...面声明的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
...竖屏 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
...ipt Language="JavaScript"> <Script Language="JavaScript"> 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'); </script> inde...
来源: Laya_社区 发布时间: 20180201
...场景 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
...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
...5 23:20 这个报错不是引擎里面的报错,报错提示JSON类,跟document.head为空。 liwenhua • 2017-03-05 22:53 我直接打开官网的事例小demo,在 IE9和IE9之下不行的
来源: Laya_社区 发布时间: 20170302
...api~ as3中,调用原生js的的时候,如何传递原生JS要用到的document.getElementById的ID过去? LayaAir 2D有没有夜晚灯光照明效果实现的内置方法? 关于@prop {name:Tab,type:Node} 我觉得好麻烦啊 ,请问一下有别的方法吗 ts如何通过文件集加载...
来源: Laya_社区 发布时间: 20171127
...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