C# Class Fusion.TexturePump

Inheritance: GameService
Afficher le fichier Open project: demiurghg/FusionEngine

Protected Properties

Свойство Type Description
cachePath string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Draw ( Fusion.GameTime gameTime, StereoEye stereoEye ) : void

Initialize ( ) : void

Load ( string path, Texture2D &texture ) : TexturePumpStatus

LoadingFunction ( ) : void

RemoveAllFailedTextures ( ) : void

RemoveOldTextures ( ) : void

TexturePump ( Game game ) : System

Constructor

Update ( Fusion.GameTime gameTime ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes stuff

Method Details

Dispose() protected méthode

Disposes stuff
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Draw() public méthode

public Draw ( Fusion.GameTime gameTime, StereoEye stereoEye ) : void
gameTime Fusion.GameTime
stereoEye StereoEye
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Load() public méthode

public Load ( string path, Texture2D &texture ) : TexturePumpStatus
path string
texture Texture2D
Résultat TexturePumpStatus

LoadingFunction() public méthode

public LoadingFunction ( ) : void
Résultat void

RemoveAllFailedTextures() public méthode

public RemoveAllFailedTextures ( ) : void
Résultat void

RemoveOldTextures() public méthode

public RemoveOldTextures ( ) : void
Résultat void

TexturePump() public méthode

Constructor
public TexturePump ( Game game ) : System
game Game
Résultat System

Update() public méthode

public Update ( Fusion.GameTime gameTime ) : void
gameTime Fusion.GameTime
Résultat void

Property Details

cachePath protected_oe property

protected string cachePath
Résultat string