C# Class KEngine.InstanceAssetLoader

这是拷一份出来的
Inheritance: AbstractResourceLoader
Mostra file Open project: mr-kelly/KEngine

Public Methods

Method Description
CoPreload ( string path, System callback = null ) : IEnumerator
Load ( string url, AssetFileLoader callback = null ) : InstanceAssetLoader
Preload ( string path, System callback = null ) : AssetFileLoader

Protected Methods

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

Method Details

CoPreload() public static method

public static CoPreload ( string path, System callback = null ) : IEnumerator
path string
callback System
return IEnumerator

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 url, AssetFileLoader callback = null ) : InstanceAssetLoader
url string
callback AssetFileLoader
return InstanceAssetLoader

Preload() public static method

public static Preload ( string path, System callback = null ) : AssetFileLoader
path string
callback System
return AssetFileLoader