C# Class KEngine.TextureLoader

Inheritance: AbstractResourceLoader
Afficher le fichier Open project: mr-kelly/KEngine

Méthodes publiques

Méthode Description
Load ( string path, CTextureLoaderDelegate callback = null ) : TextureLoader

Méthodes protégées

Méthode Description
DoDispose ( ) : void
Init ( string url ) : void

Private Methods

Méthode Description
OnAssetLoaded ( bool isOk, UnityEngine obj ) : void

Method Details

DoDispose() protected méthode

protected DoDispose ( ) : void
Résultat void

Init() protected méthode

protected Init ( string url ) : void
url string
Résultat void

Load() public static méthode

public static Load ( string path, CTextureLoaderDelegate callback = null ) : TextureLoader
path string
callback CTextureLoaderDelegate
Résultat TextureLoader