C# Class GameEntities.SpawnPoint

Inheritance: AKMapObject
Afficher le fichier Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetDefaultSpawnPoint ( ) : SpawnPoint
GetFreeRandomSpawnPoint ( ) : SpawnPoint
GetRandomSpawnPoint ( ) : SpawnPoint

Méthodes protégées

Méthode Description
OnDestroy ( ) : void
OnPostCreate ( bool loaded ) : void

Method Details

GetDefaultSpawnPoint() public static méthode

public static GetDefaultSpawnPoint ( ) : SpawnPoint
Résultat SpawnPoint

GetFreeRandomSpawnPoint() public static méthode

public static GetFreeRandomSpawnPoint ( ) : SpawnPoint
Résultat SpawnPoint

GetRandomSpawnPoint() public static méthode

public static GetRandomSpawnPoint ( ) : SpawnPoint
Résultat SpawnPoint

OnDestroy() protected méthode

protected OnDestroy ( ) : void
Résultat void

OnPostCreate() protected méthode

protected OnPostCreate ( bool loaded ) : void
loaded bool
Résultat void