C# Class AmmoVendingMachine, AwesomeGameInSpace

Inheritance: Interactive
Afficher le fichier Open project: ZPZ-Gr2/AwesomeGameInSpace

Méthodes publiques

Свойство Type Description
ammoAmount int
ammoPrice int
getSound UnityEngine.AudioClip

Méthodes publiques

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

Private Methods

Méthode Description
CanBuy ( string &msg ) : bool

Method Details

MomentaryAction() public méthode

public MomentaryAction ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

ammoAmount public_oe property

public int ammoAmount
Résultat int

ammoPrice public_oe property

public int ammoPrice
Résultat int

getSound public_oe property

public AudioClip,UnityEngine getSound
Résultat UnityEngine.AudioClip