C# Class special_spawner

Inheritance: MonoBehaviour
Exibir arquivo Open project: bombguy/globalgamejam2016

Public Properties

Property Type Description
boss GameObject
enemy1 GameObject
monster_count int
special_orb GameObject
special_spawn_rate float
special_spawn_time float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
spawn_boss ( ) : void
spawn_enemy ( ) : void
spawn_special_orb ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

spawn_boss() public method

public spawn_boss ( ) : void
return void

spawn_enemy() public method

public spawn_enemy ( ) : void
return void

spawn_special_orb() public method

public spawn_special_orb ( ) : void
return void

Property Details

boss public_oe property

public GameObject boss
return GameObject

enemy1 public_oe property

public GameObject enemy1
return GameObject

monster_count public_oe property

public int monster_count
return int

special_orb public_oe property

public GameObject special_orb
return GameObject

special_spawn_rate public_oe property

public float special_spawn_rate
return float

special_spawn_time public_oe property

public float special_spawn_time
return float