C# Class KEngine.TextureLoader

Inheritance: AbstractResourceLoader
显示文件 Open project: mr-kelly/KEngine

Public Methods

Method Description
Load ( string path, CTextureLoaderDelegate callback = null ) : TextureLoader

Protected Methods

Method Description
DoDispose ( ) : void
Init ( string url ) : void

Private Methods

Method Description
OnAssetLoaded ( bool isOk, UnityEngine obj ) : void

Method Details

DoDispose() protected method

protected DoDispose ( ) : void
return void

Init() protected method

protected Init ( string url ) : void
url string
return void

Load() public static method

public static Load ( string path, CTextureLoaderDelegate callback = null ) : TextureLoader
path string
callback CTextureLoaderDelegate
return TextureLoader