C# Class EnemyPewPew, angrygoats

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

Public Properties

Property Type Description
shoot bool
shot GameObject
shotSpawn Transform
shotSpawn1 Transform
shotSpawn2 Transform
shotSpawn3 Transform

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

shoot public property

public bool shoot
return bool

shot public property

public GameObject shot
return GameObject

shotSpawn public property

public Transform shotSpawn
return Transform

shotSpawn1 public property

public Transform shotSpawn1
return Transform

shotSpawn2 public property

public Transform shotSpawn2
return Transform

shotSpawn3 public property

public Transform shotSpawn3
return Transform