C# Class Reign.Core.Loader

Show file Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

Method Description
AddLoadable ( ILoadable loadable ) : void
AddLoadableException ( Exception e ) : void
Clear ( ) : void
UpdateLoad ( ) : Exception

Private Methods

Method Description
Loader ( ) : System
asyncUpdateLoad ( ) : void

Method Details

AddLoadable() public static method

public static AddLoadable ( ILoadable loadable ) : void
loadable ILoadable
return void

AddLoadableException() public static method

public static AddLoadableException ( Exception e ) : void
e System.Exception
return void

Clear() public static method

public static Clear ( ) : void
return void

UpdateLoad() public static method

public static UpdateLoad ( ) : Exception
return System.Exception