C# Class KEngine.FontLoader

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

Méthodes publiques

Méthode Description
Load ( string path, Font>.Action callback = null ) : FontLoader

Méthodes protégées

Méthode Description
DoDispose ( ) : void
Init ( string url ) : 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, Font>.Action callback = null ) : FontLoader
path string
callback Font>.Action
Résultat FontLoader