C# Class EnemyPewPew, angrygoats

Purpose: Creates shots spawning in four different directions from the enemy.
Inheritance: MonoBehaviour
Afficher le fichier Open project: dulb640/angrygoats

Méthodes publiques

Свойство Type Description
shoot bool
shot GameObject
shotSpawn Transform
shotSpawn1 Transform
shotSpawn2 Transform
shotSpawn3 Transform

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

shoot public_oe property

public bool shoot
Résultat bool

shot public_oe property

public GameObject shot
Résultat GameObject

shotSpawn public_oe property

public Transform shotSpawn
Résultat Transform

shotSpawn1 public_oe property

public Transform shotSpawn1
Résultat Transform

shotSpawn2 public_oe property

public Transform shotSpawn2
Résultat Transform

shotSpawn3 public_oe property

public Transform shotSpawn3
Résultat Transform