C# Class EnemyShotgun, UrsaMajor

Inheritance: Enemies
Mostra 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_oe property

public GameObject bullet
return GameObject

bulletRotsToPlayer public_oe property

public List bulletRotsToPlayer
return List

bulletSpeed public_oe property

public float bulletSpeed
return float

bullets public_oe property

public int bullets
return int

shootCD public_oe property

public float shootCD
return float

shotParticles public_oe property

public GameObject shotParticles
return GameObject

spread public_oe property

public float spread
return float