C# Class BossOne, angrygoats

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

Méthodes publiques

Свойство Type Description
enemyTypeOne GameObject
enemyTypeTwo GameObject
spawnRate float

Méthodes publiques

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

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

enemyTypeOne public_oe property

public GameObject enemyTypeOne
Résultat GameObject

enemyTypeTwo public_oe property

public GameObject enemyTypeTwo
Résultat GameObject

spawnRate public_oe property

public float spawnRate
Résultat float