C# Class BossOne, angrygoats

Purpose: A unique class for controlling the spider boss and it's abilities.
Inheritance: MonoBehaviour
Mostra file Open project: dulb640/angrygoats Class Usage Examples

Public Properties

Property Type Description
enemyTypeOne GameObject
enemyTypeTwo GameObject
spawnRate float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

enemyTypeOne public_oe property

public GameObject enemyTypeOne
return GameObject

enemyTypeTwo public_oe property

public GameObject enemyTypeTwo
return GameObject

spawnRate public_oe property

public float spawnRate
return float