C# Class ProjectileGun, ANI2012A15

Inheritance: Projectile
Show file Open project: philvoyer/ANI2012A15 Class Usage Examples

Public Methods

Method Description
Reset ( ) : void
Shoot ( ) : void

Private Methods

Method Description
FixedUpdate ( ) : void
OnTriggerEnter ( Collider collider ) : void
Start ( ) : void

Method Details

Reset() public method

public Reset ( ) : void
return void

Shoot() public method

public Shoot ( ) : void
return void