C# Class MyPolarBear.GameScreens.ScreenManager

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Afficher le fichier Open project: sgdc/sgdc-old Class Usage Examples

Méthodes publiques

Свойство Type Description
SCREENHEIGHT int
SCREENWIDTH int
camera Camera
isExiting bool
isPaused bool
screenType ScreenType

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
ScreenManager ( Microsoft.Xna.Framework.Game game ) : System
Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
LoadContent ( ) : void

Method Details

Draw() public méthode

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

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

ScreenManager() public méthode

public ScreenManager ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
Résultat System

Update() public méthode

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

Property Details

SCREENHEIGHT public_oe static_oe property

public static int SCREENHEIGHT
Résultat int

SCREENWIDTH public_oe static_oe property

public static int SCREENWIDTH
Résultat int

camera public_oe static_oe property

public static Camera camera
Résultat Camera

isExiting public_oe static_oe property

public static bool isExiting
Résultat bool

isPaused public_oe static_oe property

public static bool isPaused
Résultat bool

screenType public_oe static_oe property

public static ScreenType screenType
Résultat ScreenType