C# Class spawner1, Unity

Inheritance: MonoBehaviour
Afficher le fichier Open project: zackva/Unity

Méthodes publiques

Свойство Type Description
enemyCount int
numberOfMobs int
spawnLocations Transform[]
whatToSpawnClone GameObject[]
whatToSpawnPrefab GameObject[]

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
spawn ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

spawn() public méthode

public spawn ( ) : void
Résultat void

Property Details

enemyCount public_oe property

public int enemyCount
Résultat int

numberOfMobs public_oe property

public int numberOfMobs
Résultat int

spawnLocations public_oe property

public Transform[] spawnLocations
Résultat Transform[]

whatToSpawnClone public_oe property

public GameObject[] whatToSpawnClone
Résultat GameObject[]

whatToSpawnPrefab public_oe property

public GameObject[] whatToSpawnPrefab
Résultat GameObject[]