C# Class Protogame.ProtogameAssetModule

The asset management module, which provides functionality for loading, saving, compiling and using game assets. Loading this module is recommended, but you can omit it if you want to use your own asset management system.
Inheritance: IProtoinjectModule
Mostra file Open project: RedpointGames/Protogame

Public Methods

Method Description
Load ( IKernel kernel ) : void
LoadRawAssetStrategies ( IKernel kernel ) : void

Method Details

Load() public method

public Load ( IKernel kernel ) : void
kernel IKernel
return void

LoadRawAssetStrategies() public method

public LoadRawAssetStrategies ( IKernel kernel ) : void
kernel IKernel
return void