C# Class Tyrus_and_Randall.Game1

This is the main type for your game
Inheritance: SGDE.Game
Afficher le fichier Open project: sgdc/sgdc-old Class Usage Examples

Méthodes publiques

Свойство Type Description
continueArrowActive bool
finished bool
foodText String
levelonecomplete bool
superJumpActive bool

Méthodes publiques

Méthode Description
CompleteLevelOne ( ) : void
SetFoodText ( String s ) : void

Méthodes protégées

Méthode Description
Initialize ( ) : void
LoadContent ( ) : void
UIDraw ( GameTime gameTime ) : void
Update ( GameTime gameTime ) : void

Method Details

CompleteLevelOne() public static méthode

public static CompleteLevelOne ( ) : void
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

SetFoodText() public méthode

public SetFoodText ( String s ) : void
s String
Résultat void

UIDraw() protected méthode

protected UIDraw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Update() protected méthode

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

Property Details

continueArrowActive public_oe static_oe property

public static bool continueArrowActive
Résultat bool

finished public_oe static_oe property

public static bool finished
Résultat bool

foodText public_oe static_oe property

public static String foodText
Résultat String

levelonecomplete public_oe static_oe property

public static bool levelonecomplete
Résultat bool

superJumpActive public_oe static_oe property

public static bool superJumpActive
Résultat bool