C# Class spawner3, Unity

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

Méthodes publiques

Свойство Type Description
enemyCount int
timer float
whatToSpawn GameObject

Méthodes publiques

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

Method Details

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

timer public_oe property

public float timer
Résultat float

whatToSpawn public_oe property

public GameObject whatToSpawn
Résultat GameObject