C# Class ProjectileGun, ANI2012A15

Inheritance: Projectile
Afficher le fichier Open project: philvoyer/ANI2012A15 Class Usage Examples

Méthodes publiques

Méthode Description
Reset ( ) : void
Shoot ( ) : void

Private Methods

Méthode Description
FixedUpdate ( ) : void
OnTriggerEnter ( Collider collider ) : void
Start ( ) : void

Method Details

Reset() public méthode

public Reset ( ) : void
Résultat void

Shoot() public méthode

public Shoot ( ) : void
Résultat void