C# Class Ballz.SessionFactory.Worms

Inheritance: SessionFactory
Afficher le fichier Open project: SpagAachen/Ballz

Méthodes publiques

Свойство Type Description
MapName string
SpawnPoints List
UsePlayerTurns bool

Méthodes publiques

Méthode Description
FindSpawnPoints ( Microsoft.Xna.Framework.Graphics.Texture2D map, float terrainScale ) : void
SelectSpawnpoints ( int count ) : List
Worms ( int width, int height, bool usePlayerTurns = false ) : System
Worms ( string mapName = "Beach", bool usePlayerTurns = false ) : System

Méthodes protégées

Méthode Description
ImplInitializeSession ( Ballz game, GameSession settings ) : void
ImplStartSession ( Ballz game, GameSettings settings, bool remoteControlled, int localPlayerId ) : Session

Method Details

FindSpawnPoints() public méthode

public FindSpawnPoints ( Microsoft.Xna.Framework.Graphics.Texture2D map, float terrainScale ) : void
map Microsoft.Xna.Framework.Graphics.Texture2D
terrainScale float
Résultat void

ImplInitializeSession() protected méthode

protected ImplInitializeSession ( Ballz game, GameSession settings ) : void
game Ballz
settings GameSession
Résultat void

ImplStartSession() protected méthode

protected ImplStartSession ( Ballz game, GameSettings settings, bool remoteControlled, int localPlayerId ) : Session
game Ballz
settings GameSettings
remoteControlled bool
localPlayerId int
Résultat Ballz.GameSession.Session

SelectSpawnpoints() public méthode

public SelectSpawnpoints ( int count ) : List
count int
Résultat List

Worms() public méthode

public Worms ( int width, int height, bool usePlayerTurns = false ) : System
width int
height int
usePlayerTurns bool
Résultat System

Worms() public méthode

public Worms ( string mapName = "Beach", bool usePlayerTurns = false ) : System
mapName string
usePlayerTurns bool
Résultat System

Property Details

MapName public_oe property

public string MapName
Résultat string

SpawnPoints public_oe property

public List SpawnPoints
Résultat List

UsePlayerTurns public_oe property

public bool UsePlayerTurns
Résultat bool