C# Class EnemySingleShot, angrygoats

Purpose: The basic single shot abilty an enemy can have attached to it.
Inheritance: MonoBehaviour
Afficher le fichier Open project: dulb640/angrygoats

Méthodes publiques

Свойство Type Description
shot GameObject
shotSpawn Transform
shouldShoot bool

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

shot public_oe property

public GameObject shot
Résultat GameObject

shotSpawn public_oe property

public Transform shotSpawn
Résultat Transform

shouldShoot public_oe property

public bool shouldShoot
Résultat bool