C# Class ProjectileChargeCounter, Joyful

Inheritance: MonoBehaviour
Afficher le fichier Open project: GDCASU/Joyful

Méthodes publiques

Свойство Type Description
currentProjectile int
hasAmmo bool
maxProjectile int

Méthodes publiques

Méthode Description
checkAmmo ( ) : bool
decreaseProjectile ( ) : void
increaseMax ( int increaseAmount ) : void
increaseProjectile ( int moreProjectiles ) : void
setToMax ( ) : void

Private Methods

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

Method Details

checkAmmo() public static méthode

public static checkAmmo ( ) : bool
Résultat bool

decreaseProjectile() public static méthode

public static decreaseProjectile ( ) : void
Résultat void

increaseMax() public static méthode

public static increaseMax ( int increaseAmount ) : void
increaseAmount int
Résultat void

increaseProjectile() public static méthode

public static increaseProjectile ( int moreProjectiles ) : void
moreProjectiles int
Résultat void

setToMax() public static méthode

public static setToMax ( ) : void
Résultat void

Property Details

currentProjectile public_oe static_oe property

public static int currentProjectile
Résultat int

hasAmmo public_oe static_oe property

public static bool hasAmmo
Résultat bool

maxProjectile public_oe static_oe property

public static int maxProjectile
Résultat int