C# Class KEngine.FontLoader

Inheritance: AbstractResourceLoader
Mostra file Open project: mr-kelly/KEngine Class Usage Examples

Public Methods

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

Protected Methods

Method Description
DoDispose ( ) : void
Init ( string url ) : 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, Font>.Action callback = null ) : FontLoader
path string
callback Font>.Action
return FontLoader