Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Protogame
ProtogameAssetModule
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
Show 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