C# Class KinectBasic.KinectGame

This is the main type for your game
Inheritance: Microsoft.Xna.Framework.Game
Exibir arquivo Open project: debreuil/KinectXNA Class Usage Examples

Public Methods

Method Description
GetInstance ( ) : KinectGame

Protected Methods

Method Description
Dispose ( bool disposing ) : void
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Method Description
KinectGame ( ) : System

Method Details

Dispose() protected method

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

Draw() protected method

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

GetInstance() public static method

public static GetInstance ( ) : KinectGame
return KinectGame

Initialize() protected method

protected Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

UnloadContent() protected method

protected UnloadContent ( ) : void
return void

Update() protected method

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void