大约有 76 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0043 秒)
...的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
...的dmeo试一下 var loader:Loader=new Loader(); loader.contentLoaderInfo.addEventListener(Event.COMPLETE,onCom); loader.load(new URLRequest("aaa")); private function onCom(event:Event):void { // TODO Auto-generated method stub addChild(event.target.content) } 使用宏命令(Laya_Publish_H5)翻...
来源: Laya_社区 发布时间: 20151214
..., image, ); //接下来就可以把贴图对象赋值给材质了 }; image.addEventListener("load", onImageLoaded); image.src = base64; 2018-05-19 1 1 分享 微博 QZONE 微信 一点一滴 赞同来自: 用ES6语法要考虑浏览器的兼容性,有些浏览器是不支持的。 2018-05-19 0 0 ...
来源: Laya_社区 发布时间: 20180518
...State"; } //监听QQ内置浏览器切换至后台事件 window.document.addEventListener("qbrowserVisibilityChange", function(e):void{ trace("监听QQ缩小至后台事件:"+(!e.hidden ? "前置显示":"后台隐藏")); isStopLoop = e.hidden; if (e.hidden) { _isVisibility = false; if (_this._isIn...
来源: Laya_社区 发布时间: 20171011
...ass Main extends Sprite { public function Main() { if (stage) init(); else addEventListener(Event.ADDED_TO_STAGE, init); } private function init(event:Event = null):void { removeEventListener(Event.ADDED_TO_STAGE, init); IFlash.setSize(960, 640); //2D项目中设置场景尺寸 IFlash.setOrientation...
来源: Laya_社区 发布时间: 20151218
... var x:XML = new XML(); s.addEventListener(Event.CONNECT,connectHandler); s.connect("127.0.0.1",8000); } public function connectHandler(e:Event):void ...
来源: Laya_社区 发布时间: 20160810
...ntent, url);// 此处最好加延迟 //监听器注册 Laya.Browser.window.addEventListener("click", (event: any) => { console.log(event.type); }) Window.open() 方法、window.postMessage()方法、Window.addEventListener()方法 3.3 container 画布 LayaAir引擎里可以通过 Laya.Browser.con...
来源: Laya3.0_文档 发布时间: 20241014
...色 IFlash.showInfo(false); //是否显示帧率 if (stage) init(); else addEventListener(Event.ADDED_TO_STAGE, init); } private function init(e:Event = null):void { removeEventListener(Event.ADDED_TO_STAGE, init); this.stage.scaleMode = StageScaleMode.NO_SCALE; this.stage.align = StageAlign.TOP_LEF...
来源: Laya_社区 发布时间: 20151225
...tSource("https://www.layaair.com/3.x/de ... ot%3B,1); this.htmlvideo.video.addEventListener("loadedmetadata",()=>{ var videoTexture:Laya.VideoTexture = new Laya.VideoTexture(); videoTexture.video = this.htmlvideo.video; videoTexture.video.play(); videoTexture.video.loop = true; var texture2D = ne...
来源: Laya_社区 发布时间: 20240305
...ndowOnWidth=false; } if ((/Android/gi).test(navigator.userAgent)) { window.addEventListener('resize', function () { if (document.activeElement.tagName == 'INPUT' || document.activeElement.tagName == 'TEXTAREA') { window.setTimeout(function () { document.activeElement.scrollIntoViewIfNeeded(); }, 0...
来源: Laya_社区 发布时间: 20190313