C# Class EnemyPewPew, angrygoats

Purpose: Creates shots spawning in four different directions from the enemy.
Inheritance: MonoBehaviour
Mostra 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_oe property

public bool shoot
return bool

shot public_oe property

public GameObject shot
return GameObject

shotSpawn public_oe property

public Transform shotSpawn
return Transform

shotSpawn1 public_oe property

public Transform shotSpawn1
return Transform

shotSpawn2 public_oe property

public Transform shotSpawn2
return Transform

shotSpawn3 public_oe property

public Transform shotSpawn3
return Transform