C# Class SpawnController, TheDeadMemories

Inheritance: MonoBehaviour
Afficher le fichier Open project: TheDeadMemoriesTeam/TheDeadMemories Class Usage Examples

Méthodes publiques

Свойство Type Description
bossPrefab EnemyController
distancePrefab EnemyController
meleePrefab EnemyController
spawnRange int

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
isActive ( ) : bool
spawn ( ) : EnemyController

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

isActive() public méthode

public isActive ( ) : bool
Résultat bool

spawn() public méthode

public spawn ( ) : EnemyController
Résultat EnemyController

Property Details

bossPrefab public_oe property

public EnemyController bossPrefab
Résultat EnemyController

distancePrefab public_oe property

public EnemyController distancePrefab
Résultat EnemyController

meleePrefab public_oe property

public EnemyController meleePrefab
Résultat EnemyController

spawnRange public_oe property

public int spawnRange
Résultat int