C# Class special_spawner

Inheritance: MonoBehaviour
Afficher le fichier Open project: bombguy/globalgamejam2016

Méthodes publiques

Свойство Type Description
boss GameObject
enemy1 GameObject
monster_count int
special_orb GameObject
special_spawn_rate float
special_spawn_time float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
spawn_boss ( ) : void
spawn_enemy ( ) : void
spawn_special_orb ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

spawn_boss() public méthode

public spawn_boss ( ) : void
Résultat void

spawn_enemy() public méthode

public spawn_enemy ( ) : void
Résultat void

spawn_special_orb() public méthode

public spawn_special_orb ( ) : void
Résultat void

Property Details

boss public_oe property

public GameObject boss
Résultat GameObject

enemy1 public_oe property

public GameObject enemy1
Résultat GameObject

monster_count public_oe property

public int monster_count
Résultat int

special_orb public_oe property

public GameObject special_orb
Résultat GameObject

special_spawn_rate public_oe property

public float special_spawn_rate
Résultat float

special_spawn_time public_oe property

public float special_spawn_time
Résultat float