C# Class EnemyGun, UrsaMajor

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

Méthodes publiques

Свойство Type Description
bullet GameObject
bulletSpeed float
shootCD float
shotParticles GameObject

Méthodes publiques

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

Méthodes protégées

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
shootBullet ( ) : GameObject

Method Details

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

isShooting() public méthode

public isShooting ( bool x ) : void
x bool
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

bulletSpeed public_oe property

public float bulletSpeed
Résultat float

shootCD public_oe property

public float shootCD
Résultat float

shotParticles public_oe property

public GameObject shotParticles
Résultat GameObject