大约有 14 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
..., ignoring 10-13 17:31:15.901 6514-6514/com.vivo.vs W/chromium: [WARNING:resource_bundle.cc(315)] locale_file_path.empty() 10-13 17:31:15.901 6514-6514/com.vivo.vs I/chromium: [INFO:aw_browser_main_parts.cc(63)] Load from apk succesful, fd=90 off=872512 len=2961 10-13 17:31:15.901 6514-6514/com.vivo...
来源: Laya_社区 发布时间: 20181013
...ata, *设置之后纹理宽高可能会发生变化。 */ __proto.loadImageSource=function(source,premultiplyAlpha){ (premultiplyAlpha===void 0)&& (premultiplyAlpha=false); var width=source.width; var height=source.height; this._width=width; this._height=height; this._setWarpMode(/*laya.webg...
来源: Laya_社区 发布时间: 20190809
..."res/textures/marry_frame_005.png"; url= Laya.URL.formatURL(url); var imageSource=new Laya.Browser.window.Image(); var thisObj = this; var onload=function (){ var tex=new Laya.Texture2D(imageSource.width,imageSource.height,1,false,true); tex.wrapModeU=1; tex.wrapModeV=1; tex.loadImageSource(imageSou...
来源: Laya_社区 发布时间: 20190923
...r htmlCanvas:HTMLCanvas = HTMLCanvas.create(HTMLCanvas.TYPE2D); htmlCanvas.source.width = 100; htmlCanvas.source.height = 100; htmlCanvas.size(100, 100); // 在单独的画布上绘制矩形。 htmlCanvas.getContext("2d").fillStyle = "#FFFF00"; htmlCanvas.getContext("2d").fillRect(20, 20, 60, 60); /...
来源: Laya_社区 发布时间: 20161020
...useEnabled = false; this.aImg = aImg; } //清除目标纹理的像素 let _sourceTex:Laya.Texture = Laya.Loader.getRes(this.aUrl); let ret = new Uint8Array(_sourceTex.width * _sourceTex.height * 4); let tex2d:Laya.Texture2D = this.aImg.source["_bitmap"]; tex2d.setPixels(ret);//填充像素数据 //...
来源: Laya_社区 发布时间: 20230328
...vasType(1); conchModel.drawToCanvas(canvas.source, offsetX, offsetY); return canvas; } else { return RunDriver.drawToCanvas(this, _renderType, canvasWidth, canvasHeight, offsetX, o...
来源: Laya_社区 发布时间: 20180626
...的链接 提交 1 个回复 cuixueying 赞同来自: Render._mainCanvas.source.style.left = "300px"; Render._mainCanvas.source.style.top = "300px"; 你不要手动去该layaAir canvas标签的属性,在代码里通过上面的代码调试canvas的位置试下! 2017-04-27 0 1 分享 微博 QZON...
来源: Laya_社区 发布时间: 20170427
...n-For-WebGL-120AECC8]GL ERROR :GL_INVALID_OPERATION : glDrawElements: Source and destination textures of the draw are the same. 百度了一下,是webgl底层报出来的,不知道这怎么解决? 2017-10-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20171010
...,但能不能不要出这种致命问题。。。兼容呢,还好use source size没有异常,不然我找你们拼命…… 还有不是必现,但是会偶现的2个问题,list设置item template无效和组件设置mask无效,看起来拖上去已经设置成功,保存后,再选...
来源: Laya_社区 发布时间: 20230403
...rl); }else { this.onDownLoadCallBack(url, 0); } } } } } onDownLoadCallBack(sourceUrl, errorCode, tempFilePath = null) { if (!errorCode) { var fileNativeUrl; if (MiniAdpter.autoCacheFile) { if (!tempFilePath) { if (MiniFileMgr.isLocalNativeFile(sourceUrl)) { var tempStr = Laya.URL.rootPath != "&...
来源: Laya_社区 发布时间: 20200103