C# Class Gruppe22.Backend.Logic

Inheritance: IHandleEvent
Afficher le fichier Open project: propra13-orga/gruppe22

Protected Properties

Свойство Type Description
_map Map
_parent IHandleEvent
_random System.Random

Méthodes publiques

Méthode Description
ChangeMap ( string filename, Coords pos ) : void
GenerateMaps ( ) : void
HandleEvent ( bool DownStream, Events eventID ) : void
Logic ( IHandleEvent parent, Map map = null, Random random = null ) : System
Update ( GameTime gametime ) : void

Method Details

ChangeMap() public méthode

public ChangeMap ( string filename, Coords pos ) : void
filename string
pos Coords
Résultat void

GenerateMaps() public méthode

public GenerateMaps ( ) : void
Résultat void

HandleEvent() public méthode

public HandleEvent ( bool DownStream, Events eventID ) : void
DownStream bool
eventID Events
Résultat void

Logic() public méthode

public Logic ( IHandleEvent parent, Map map = null, Random random = null ) : System
parent IHandleEvent
map Map
random System.Random
Résultat System

Update() public méthode

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

Property Details

_map protected_oe property

protected Map,Gruppe22.Backend _map
Résultat Map

_parent protected_oe property

protected IHandleEvent _parent
Résultat IHandleEvent

_random protected_oe property

protected Random,System _random
Résultat System.Random