C# Class GearsDebug.Playable.DevTestArea.Collision.CollisionTestController

Inheritance: IManager
Afficher le fichier Open project: spectrumbranch/gearsvge Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
Activate ( ) : void
ActivateInputHooks ( ) : void
CouplePlayerManager ( CollisionTestPlayerManager pm ) : void
KeyDown ( KeyboardState &currentKeyboardState, KeyboardState &oldKeyboardState ) : void

Event based Input hook for CollisionTestController.

Method Details

Draw() public méthode

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void