C# Class WeaponGun, ANI2012A15

Inheritance: Weapon
Mostra file Open project: philvoyer/ANI2012A15 Class Usage Examples

Public Properties

Property Type Description
projectilePoolActive List
projectilePoolReady List

Public Methods

Method Description
FixedUpdate ( ) : void
Reset ( ) : void
Select ( ) : void
Shoot ( ) : void
Start ( ) : void
Unselect ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Select() public method

public Select ( ) : void
return void

Shoot() public method

public Shoot ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Unselect() public method

public Unselect ( ) : void
return void

Property Details

projectilePoolActive public_oe property

public List projectilePoolActive
return List

projectilePoolReady public_oe property

public List projectilePoolReady
return List