C# Class WarTornLands.Infrastructure.Systems.GameState.BaseGameState

Afficher le fichier Open project: floAr/WarTornLands Class Usage Examples

Méthodes publiques

Свойство Type Description
DrawingLights bool
IsInitializedAndLoaded bool

Protected Properties

Свойство Type Description
_drawManager WarTornLands.Infrastructure.Systems.DrawSystem.DrawManager
_inputSheet WarTornLands.Infrastructure.Systems.InputSystem.ControlSheet

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
Pause ( ) : void
Resume ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() public abstract méthode

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

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

Pause() public abstract méthode

public abstract Pause ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

Update() public abstract méthode

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

Property Details

DrawingLights public_oe property

public bool DrawingLights
Résultat bool

IsInitializedAndLoaded public_oe property

public bool IsInitializedAndLoaded
Résultat bool

_drawManager protected_oe property

protected DrawManager,WarTornLands.Infrastructure.Systems.DrawSystem _drawManager
Résultat WarTornLands.Infrastructure.Systems.DrawSystem.DrawManager

_inputSheet protected_oe property

protected ControlSheet,WarTornLands.Infrastructure.Systems.InputSystem _inputSheet
Résultat WarTornLands.Infrastructure.Systems.InputSystem.ControlSheet