C# Class WebGame.StarSystem

Afficher le fichier Open project: AdmiralPotato/ggj2013 Class Usage Examples

Méthodes publiques

Свойство Type Description
Game Game
Ships List

Private Properties

Свойство Type Description
GetEntity Entity

Méthodes publiques

Méthode Description
AddEntity ( Entity entity ) : void
RemoveEntity ( Entity entity ) : void
StarSystem ( ) : System
Update ( System.TimeSpan timeElapsed ) : void

Private Methods

Méthode Description
GetEntity ( int targetId ) : Entity

Method Details

AddEntity() public méthode

public AddEntity ( Entity entity ) : void
entity Entity
Résultat void

RemoveEntity() public méthode

public RemoveEntity ( Entity entity ) : void
entity Entity
Résultat void

StarSystem() public méthode

public StarSystem ( ) : System
Résultat System

Update() public méthode

public Update ( System.TimeSpan timeElapsed ) : void
timeElapsed System.TimeSpan
Résultat void

Property Details

Game public_oe property

public Game Game
Résultat Game

Ships public_oe property

public List Ships
Résultat List