大约有 50 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0031 秒)
...ng = atlas[static] 图集类型,加载完成后返回图集json信息(并创建图集内小图Texture)。Loader BUFFER : String = arraybuffer[static] 二进制类型,加载完成后返回arraybuffer二进制数据。Loader FONT : String = font[static] 位图字体类型,加载完成后...
来源: laya_api 发布时间: 20170929
...Methods Show Inherited Public Methods MethodDefined By LoaderManager() 创建一个新的 LoaderManager 实例。 注意:请使用Laya.loader加载资源,这是一个单例,不要手动实例化此类,否则会导致不可预料的问题。 LoaderManager cacheRes(url:String, data:*):v...
来源: laya_api 发布时间: 20170929
...urePublic Methods MethodDefined By SolidColorTexture2D(color:Vector4) 创建一个 SolidColorTexture2D 实例。 SolidColorTexture2DProtected Methods MethodDefined By detoryResource():void[override] 销毁资源。 SolidColorTexture2D recreateResource():void[override] 重新创建资源...
来源: laya_api 发布时间: 20170929
...oolean = false, reapeat:Boolean = true, format:int, mipmap:Boolean = true) 创建一个 Texture2D 实例。 Texture2D getPixels():Uint8Array 返回图片像素。 Texture2D load(url:String):Texture2D[static] 加载Texture2D。 Texture2D onAsynLoaded(url:String, data:*, params:Array):void[ov...
来源: laya_api 发布时间: 20170929
...blic Methods Show Inherited Public Methods MethodDefined By Resource() 创建一个 Resource 实例。 Resource activeResource(force:Boolean = false):void 激活资源,使用资源前应先调用此函数激活。 Resource dispose():void 彻底处理资源,处理后不能恢复。 注...
来源: laya_api 发布时间: 20170422
...宽度。 BaseTexturePublic Methods MethodDefined By DataTexture2D() 创建一个 Texture2D 实例。 DataTexture2D create(data:ArrayBuffer, w:int, h:int, magfilter:int, minfilter:int, mipmap:Boolean = true):DataTexture2D[static] DataTexture2D getPixels():Uint8Array 返回图片像素。 ...
来源: laya_api 发布时间: 20170929
...ritanceAttachPoint Component3D EventDispatcher Object AttachPoint 类用于创建挂点组件。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By attachBones : Vector.<String>挂点骨骼的名称。AttachPoint destroyed : Boolean[read...
来源: laya_api 发布时间: 20170929
...itanceMeshFilter GeometryFilter EventDispatcher Object MeshFilter 类用于创建网格过滤器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By destroyed : Boolean[read-only] 获取是否已销毁。 GeometryFilter _isAsyncLoaded : Bool...
来源: laya_api 发布时间: 20170929
...用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,增加内存开销,缓存面积有最大2048限制,不断重绘时会增加CPU开销。优点:大幅减少drawcall,渲染性能最高。 webgl下命令缓存模式缺点:只会减少节点...
来源: laya_api 发布时间: 20170929
...用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,增加内存开销,缓存面积有最大2048限制,不断重绘时会增加CPU开销。优点:大幅减少drawcall,渲染性能最高。 webgl下命令缓存模式缺点:只会减少节点...
来源: laya_api 发布时间: 20170929