C# Class PlatformerPOC.PlatformGame

Inheritance: Microsoft.Xna.Framework.Game, IAppender
Afficher le fichier Open project: bramdemoor/MonoGame-PlatformerPOC Class Usage Examples

Méthodes publiques

Свойство Type Description
Randomizer System.Random
eventAggregationManager EventAggregator
fpsCounter PlatformerPOC.Helpers.FPSCounter
gameWorld PlatformerPOC.Domain.GameWorld
renderer Renderer

Private Properties

Свойство Type Description
RegisterConsoleCommands void

Méthodes publiques

Méthode Description
Close ( ) : void
DoAppend ( log4net.Core.LoggingEvent loggingEvent ) : void

Logging based on http://weblogs.asp.net/psteele/archive/2010/01/25/live-capture-of-log4net-logging.aspx

PlatformGame ( ) : System
PlaySound ( SoundEffect sound ) : void

Méthodes protégées

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

Private Methods

Méthode Description
RegisterConsoleCommands ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

DoAppend() public méthode

Logging based on http://weblogs.asp.net/psteele/archive/2010/01/25/live-capture-of-log4net-logging.aspx
public DoAppend ( log4net.Core.LoggingEvent loggingEvent ) : void
loggingEvent log4net.Core.LoggingEvent
Résultat void

Draw() protected méthode

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

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

PlatformGame() public méthode

public PlatformGame ( ) : System
Résultat System

PlaySound() public méthode

public PlaySound ( SoundEffect sound ) : void
sound Microsoft.Xna.Framework.Audio.SoundEffect
Résultat void

UnloadContent() protected méthode

protected UnloadContent ( ) : void
Résultat void

Update() protected méthode

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

Property Details

Randomizer public_oe static_oe property

public static Random,System Randomizer
Résultat System.Random

eventAggregationManager public_oe static_oe property

public static EventAggregator eventAggregationManager
Résultat EventAggregator

fpsCounter public_oe property

public FPSCounter,PlatformerPOC.Helpers fpsCounter
Résultat PlatformerPOC.Helpers.FPSCounter

gameWorld public_oe property

public GameWorld,PlatformerPOC.Domain gameWorld
Résultat PlatformerPOC.Domain.GameWorld

renderer public_oe property

public Renderer,PlatformerPOC renderer
Résultat Renderer