C# Class Rome.BaseCountingPuzzle

Afficher le fichier Open project: ReticentJohn/Spring-Project-2011

Méthodes publiques

Свойство Type Description
puzzleIsPlaying bool

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
IsPuzzleSolved ( ) : bool
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
StartPuzzle ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() public méthode

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

IsPuzzleSolved() public méthode

public IsPuzzleSolved ( ) : bool
Résultat bool

LoadContent() public méthode

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
Résultat void

StartPuzzle() public méthode

public StartPuzzle ( ) : void
Résultat void

Update() public méthode

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

Property Details

puzzleIsPlaying public_oe property

public bool puzzleIsPlaying
Résultat bool