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

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

261. 扇形遮罩画不全画了一个很奇怪的形状但是矩形的就没问题。显示效果如下:版本号1.7.10 [ 79%]

...             var percent:Number = 0;                 if( data.totalDuration != 0 && data.totalDuration != -1 )                 {                     percent = 100 - (data.curDuration /  data.totalDuration) * 100;                 }...

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

262. oppo CanvasRenderingContext2D 并没有实现 drawImage;报错; [ 79%]

...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

263. 关于适配noborder模式(个人适配分享及建议) [ 79%]

...= 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

264. 两个问题都关于LayaAir的ios真机 [ 79%]

... * @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

265. 用正则的方式检验打成APP会有问题 [ 79%]

...=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

266. 如何判断一个3d模型是否在摄像机视野内 [ 79%]

...  }          void Update ()       {           if (renderers) {               if (isRenderer != renderers.isVisible) {                   isRenderer = renderers.isVisible;                   Debug.Log ("Obj is go ...

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

267. LayaFlash下如何进行项目适配? [ 79%]

...过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

268. 关于Button Skin 切图问题 [ 79%]

...切图轻松一些把   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

269. 3d资源无法写入缓存 [ 79%]

...法写入缓存 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

270. 有震屏的算法吗 [ 79%]

... 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