C# Class EnemyShotgun, UrsaMajor

Inheritance: Enemies
Afficher le fichier Open project: BJarv/UrsaMajor Class Usage Examples

Méthodes publiques

Свойство Type Description
bullet GameObject
bulletRotsToPlayer List
bulletSpeed float
bullets int
shootCD float
shotParticles GameObject
spread float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
isShooting ( bool x ) : void
shootBullets ( ) : void
shootOn ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

isShooting() public méthode

public isShooting ( bool x ) : void
x bool
Résultat void

shootBullets() public méthode

public shootBullets ( ) : void
Résultat void

shootOn() public méthode

public shootOn ( ) : void
Résultat void

Property Details

bullet public_oe property

public GameObject bullet
Résultat GameObject

bulletRotsToPlayer public_oe property

public List bulletRotsToPlayer
Résultat List

bulletSpeed public_oe property

public float bulletSpeed
Résultat float

bullets public_oe property

public int bullets
Résultat int

shootCD public_oe property

public float shootCD
Résultat float

shotParticles public_oe property

public GameObject shotParticles
Résultat GameObject

spread public_oe property

public float spread
Résultat float