大约有 59 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0027 秒)
..., 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
...ex | Frames No Frames BaseTextureProperties | Methods Packagelaya.d3.resourceClasspublic class BaseTextureInheritanceBaseTexture laya.resource.ResourceSubclasses DataTexture2D, RenderTexture, SolidColorTexture2D, SolidColorTextureCube, Texture2D, TextureCube BaseTexture 纹理的父类,抽象...
来源: laya_api 发布时间: 20170929
...Index | Frames No Frames HTMLCanvasProperties | Methods Packagelaya.resourceClasspublic class HTMLCanvasInheritanceHTMLCanvas laya.resource.Bitmap HTMLCanvas 是 Html Canvas 的代理类,封装了 Canvas 的属性和方法。 Public Properties PropertyDefined By context : Context[read-only...
来源: Laya2.0_api 发布时间: 20190513
...rames No Frames SolidColorTexture2DProperties | Methods Packagelaya.d3.resourceClasspublic class SolidColorTexture2DInheritanceSolidColorTexture2D BaseTexture laya.resource.Resource SolidColorTexture2D 二维纯色纹理。 Public Properties Hide Inherited Public Properties Show Inherited Public P...
来源: laya_api 发布时间: 20170929
...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
... | Frames No Frames RenderTextureProperties | Methods Packagelaya.d3.resourceClasspublic class RenderTextureInheritanceRenderTexture BaseTexture laya.resource.Resource RenderTarget 类用于创建渲染目标。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties...
来源: laya_api 发布时间: 20170929
..."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
...ublic/Protected All Inherited Externals Only exported Menu Globals "laya/resource/HTMLCanvas" HTMLCanvas Class HTMLCanvas HTMLCanvas 是 Html Canvas 的代理类,封装了 Canvas 的属性和方法。 Hierarchy Resource HTMLCanvas Index Constructors constructor Properties _id destroyedImmediately ...
来源: Laya3.0_api 发布时间: 20231115