大约有 51 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0030 秒)
...ic class LoaderInheritanceLoader EventDispatcher Object Loader 类可用来加载文本、JSON、XML、二进制、图像等资源。 Public Properties PropertyDefined By cache : Boolean[read-only] 是否缓存。Loader data : *[read-only] 返回的数据。Loader maxTimeOut : int = 100[st...
来源: laya_api 发布时间: 20170929
...nceLoaderManager EventDispatcher Object LoaderManager 类用于用于批量加载资源。此类是单例,不要手动实例化此类,请通过Laya.loader访问。 全部队列加载完成,会派发 Event.COMPLETE 事件;如果队列中任意一个加载失败,会派发 Event.ERROR 事件...
来源: laya_api 发布时间: 20170929
...path:String, complete:Handler):void 通过指定位图字体文件路径,加载位图字体文件,加载完成后会自动解析。 BitmapFont parseFont(xml:XmlDom, texture:Texture):void 解析字体文件。 BitmapFont setSpaceWidth(spaceWidth:Number):void 设置空格的宽(如果字...
来源: laya_api 发布时间: 20170929
...Properties PropertyDefined By _needReleaseAgain : Boolean = false异步加载完成后是否需要释放(有可能在恢复过程中,再次被释放,用此变量做标记)TextureCube _recreateLock : Boolean = false异步加载锁TextureCubePublic Methods MethodDefined By TextureCub...
来源: laya_api 发布时间: 20170929
...tected Properties PropertyDefined By _loaded : Boolean = false是否已加载,限于首次加载。ResourcePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By Resource() 创建一个 Resource 实例。 Resource activeResource(force:Boolean = false):...
来源: laya_api 发布时间: 20170422
...步创建中被强制释放再创建,则需等待释放完成后再重新加载创建。 SolidColorTexture2DProperty DetailgrayTexturepropertypublic static var grayTexture:SolidColorTexture2D灰色纯色纹理。magentaTextureproperty public static var magentaTexture:SolidColorTexture2D洋红色...
来源: laya_api 发布时间: 20170929
...rray 返回图片像素。 Texture2D load(url:String):Texture2D[static] 加载Texture2D。 Texture2D onAsynLoaded(url:String, data:*, params:Array):void[override] private Texture2DProtected Methods MethodDefined By detoryResource():void[override] 销毁资源。 Texture2D recreateResou...
来源: laya_api 发布时间: 20170929
...ntDispatcherEvents Event Summary Defined By loaded异步几何体资源加载完成时调度。MeshFilter meshchanged更换sharedMesh时调度。MeshFilterProperty Detail_isAsyncLoadedproperty_isAsyncLoaded:Boolean [read-only] [override] Implementation public function get _isAsyncL...
来源: laya_api 发布时间: 20170929
... w:int = 0, h:int = 0, magfilter:int, minfilter:int):DataTexture2D[static] 加载Texture2D。 DataTexture2D onAsynLoaded(url:String, data:*, params:Array):void[override] private DataTexture2DProtected Methods MethodDefined By detoryResource():void[override] 销毁资源。 DataTexture2D r...
来源: laya_api 发布时间: 20170929
...或绘制图形的显示对象。 Image和Clip组件是唯一支持异步加载的两个组件,比如img.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 See alsolaya.ui.AutoBitmapPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined B...
来源: laya_api 发布时间: 20170929