C# Class Server.Game.Zones.ZoneManager

A manager dedicated to handling operations performed on all Zoness. A zone manager is exclusively used for managing these.
Afficher le fichier Open project: GrindFest/GrindFest Class Usage Examples

Méthodes publiques

Свойство Type Description
Current ZoneManager
Zones List

Méthodes publiques

Méthode Description
FindZone ( string name ) : Zone
Initialize ( ) : void
Update ( System.TimeSpan deltaTime ) : void
ZoneManager ( ) : System

Method Details

FindZone() public méthode

public FindZone ( string name ) : Zone
name string
Résultat Zone

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Update() public méthode

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

ZoneManager() public méthode

public ZoneManager ( ) : System
Résultat System

Property Details

Current public_oe static_oe property

public static ZoneManager,Server.Game.Zones Current
Résultat ZoneManager

Zones public_oe property

public List Zones
Résultat List