C# Class WeaponCannon, ANI2012A15

Inheritance: Weapon
Afficher le fichier Open project: philvoyer/ANI2012A15

Méthodes publiques

Свойство Type Description
fxPoolActive List
fxPoolReady List
projectilePoolActive List
projectilePoolReady List

Méthodes publiques

Méthode Description
Explode ( Vector3 position ) : void
FixedUpdate ( ) : void
Reset ( ) : void
Select ( ) : void
Shoot ( ) : void
Start ( ) : void
Unselect ( ) : void

Method Details

Explode() public méthode

public Explode ( Vector3 position ) : void
position Vector3
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Select() public méthode

public Select ( ) : void
Résultat void

Shoot() public méthode

public Shoot ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Unselect() public méthode

public Unselect ( ) : void
Résultat void

Property Details

fxPoolActive public_oe property

public List fxPoolActive
Résultat List

fxPoolReady public_oe property

public List fxPoolReady
Résultat List

projectilePoolActive public_oe property

public List projectilePoolActive
Résultat List

projectilePoolReady public_oe property

public List projectilePoolReady
Résultat List