C# Class EnemyShotgun, UrsaMajor

Inheritance: Enemies
Show file Open project: BJarv/UrsaMajor Class Usage Examples

Public Properties

Property Type Description
bullet GameObject
bulletRotsToPlayer List
bulletSpeed float
bullets int
shootCD float
shotParticles GameObject
spread float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
isShooting ( bool x ) : void
shootBullets ( ) : void
shootOn ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

isShooting() public method

public isShooting ( bool x ) : void
x bool
return void

shootBullets() public method

public shootBullets ( ) : void
return void

shootOn() public method

public shootOn ( ) : void
return void

Property Details

bullet public property

public GameObject bullet
return GameObject

bulletRotsToPlayer public property

public List bulletRotsToPlayer
return List

bulletSpeed public property

public float bulletSpeed
return float

bullets public property

public int bullets
return int

shootCD public property

public float shootCD
return float

shotParticles public property

public GameObject shotParticles
return GameObject

spread public property

public float spread
return float