C# Class Fusion.TexturePump

Inheritance: GameService
Datei anzeigen Open project: demiurghg/FusionEngine

Protected Properties

Property Type Description
cachePath string

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes stuff

Method Details

Dispose() protected method

Disposes stuff
protected Dispose ( bool disposing ) : void
disposing bool
return void

Draw() public method

public Draw ( Fusion.GameTime gameTime, StereoEye stereoEye ) : void
gameTime Fusion.GameTime
stereoEye StereoEye
return void

Initialize() public method

public Initialize ( ) : void
return void

Load() public method

public Load ( string path, Texture2D &texture ) : TexturePumpStatus
path string
texture Texture2D
return TexturePumpStatus

LoadingFunction() public method

public LoadingFunction ( ) : void
return void

RemoveAllFailedTextures() public method

public RemoveAllFailedTextures ( ) : void
return void

RemoveOldTextures() public method

public RemoveOldTextures ( ) : void
return void

TexturePump() public method

Constructor
public TexturePump ( Game game ) : System
game Game
return System

Update() public method

public Update ( Fusion.GameTime gameTime ) : void
gameTime Fusion.GameTime
return void

Property Details

cachePath protected_oe property

protected string cachePath
return string