C# Class SpawnPointManager, GameProject

Inheritance: MonoBehaviour
Afficher le fichier Open project: EECS390IndieTeam/GameProject Class Usage Examples

Méthodes publiques

Свойство Type Description
instance SpawnPointManager,

Méthodes publiques

Méthode Description
GetFFASpawnPoints ( GameModes, gameMode ) : IEnumerable

returns all free-for-all spawn points for the given game mode

GetFFAStartPoints ( GameModes, gameMode ) : IEnumerable

returns all free-for-all start points for the given game mode

GetSpawnPointsForTeam ( int team, GameModes, gameMode ) : IEnumerable

returns all spawn points that are for the given team number in the given game mode

GetStartPointsForTeam ( int team, GameModes, gameMode ) : IEnumerable

returns all start points that are for the given team number in the given game mode

Private Methods

Méthode Description
Awake ( ) : void

Method Details

GetFFASpawnPoints() public méthode

returns all free-for-all spawn points for the given game mode
public GetFFASpawnPoints ( GameModes, gameMode ) : IEnumerable
gameMode GameModes,
Résultat IEnumerable

GetFFAStartPoints() public méthode

returns all free-for-all start points for the given game mode
public GetFFAStartPoints ( GameModes, gameMode ) : IEnumerable
gameMode GameModes,
Résultat IEnumerable

GetSpawnPointsForTeam() public méthode

returns all spawn points that are for the given team number in the given game mode
public GetSpawnPointsForTeam ( int team, GameModes, gameMode ) : IEnumerable
team int
gameMode GameModes,
Résultat IEnumerable

GetStartPointsForTeam() public méthode

returns all start points that are for the given team number in the given game mode
public GetStartPointsForTeam ( int team, GameModes, gameMode ) : IEnumerable
team int
gameMode GameModes,
Résultat IEnumerable

Property Details

instance public_oe static_oe property

public static SpawnPointManager, instance
Résultat SpawnPointManager,