大约有 1,449 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0053 秒)
... var percent:Number = 0; if( data.totalDuration != 0 && data.totalDuration != -1 ) { percent = 100 - (data.curDuration / data.totalDuration) * 100; }...
来源: Laya_社区 发布时间: 20180404
...gl,this._glTextureType,this._glTexture); var glFormat=this._getGLFormat(); if (Render.isConchApp){ source.setPremultiplyAlpha(premultiplyAlpha); gl.texImage2D(this._glTextureType,0,/*laya.webgl.WebGLContext.RGBA*/0x1908,/*laya.webgl.WebGLContext.RGBA*/0x1908,/*laya.webgl.WebGLContext.UNSIGNED_BYTE*/...
来源: Laya_社区 发布时间: 20190809
...= 1; var scaleX = 1; var x = (divW - desW) / 2; var y = (divH - desH) / 2; if (isDesH != isDivH) { var d = divH; divH = divW; divW = d; } if (Laya.stage.scaleMode != "noscale") { scaleY = divH / desH; scaleX = divW / desW; switch (Laya.stage.scaleMode) { case "noborder": if (scaleX > scaleY) { sc...
来源: Laya_社区 发布时间: 20171205
... * @param e Event 对象。 */ protected function onMouse(e:Event):void { if (toggle === false && _selected) return; if(e.type==Event.MOUSE_DOWN){ QuickUtils.addDark(this,true); }else{ QuickUtils.addDark(this,false); } if (e.type === Event.CLICK) { toggle && (selected = !_selected); ...
来源: Laya_社区 发布时间: 20160802
...=new RegExp(/^[\u4e00-\u9fa5a-zA-Z0-9.-_@]+$/,"i"); if(param!=null){ for(var i:int=0;i<param.length;i++){ if(param[i][1]!=""){ if(pat.test(param[i][1])==false) ...
来源: Laya_社区 发布时间: 20170813
... } void Update () { if (renderers) { if (isRenderer != renderers.isVisible) { isRenderer = renderers.isVisible; Debug.Log ("Obj is go ...
来源: Laya_社区 发布时间: 20171113
...过Laya提供的方法Laya.window.innerWidth和Laya.window.innerHeight //[IF-JS]方法的使用请参考:LayaFlash宏编译//转换成h5项目后获取浏览器的宽度 //[IF-JS]sourceWidth = Laya.window.innerWidth; //转换成h5项目后获取浏览器的高度 //[IF-JS]sourceHeight = Laya.windo...
来源: Laya_社区 发布时间: 20151028
...切图轻松一些把 mport os import math from PIL import Image # if png pngs=[] maxWith = 0 maxHeight = 0 for idx in range(1,4): fname = os.path.join( os.path.curdir, "btn_{0}.png".format(idx)) if os.path.exists( fname) : im=Image.open( fname) pngs.append( im) maxWith = max( maxWith, im.widt...
来源: Laya_社区 发布时间: 20180721
...法写入缓存 load 3d资源 没有写入缓存 没走 MiniFileMgr.onSaveFile=function(readyUrl,md5Name,isAdd,encoding,callBack,fileSize){ (isAdd===void 0)&& (isAdd=true); (encoding===void 0)&& (encoding=""); (fileSize===void 0)&& (fileSize=0); var fileurlkey=...
来源: Laya_社区 发布时间: 20190919
... null, times:uint = 2, offset:uint = 12, speed:uint = 32):void { if(_isShake) return; _isShake = true; var num:int = 0; var offsetArr:Array = [0, 0]; var point:Point = new Point(this.x, this.y); Laya.stage.timerLoop(speed, this, shakeObject); ...
来源: Laya_社区 发布时间: 20170823