C# Class Instrument, UnderworldExporter

Afficher le fichier Open project: hankmorgan/UnderworldExporter Class Usage Examples

Méthodes publiques

Свойство Type Description
CreatedCup bool
PlayingInstrument bool

Méthodes publiques

Méthode Description
PlayInstrument ( ) : void

Sets the instrucment play UI and state.

UseVerb ( ) : string
use ( ) : bool

Méthodes protégées

Méthode Description
Start ( ) : void

Private Methods

Méthode Description
MusicInstrumentInteaction ( ) : void
PlayNote ( int note ) : void

Plays a musical note by adjusting the pitch of a note.

Update ( ) : void

Plays the notes to match the keys pressed

Method Details

PlayInstrument() public méthode

Sets the instrucment play UI and state.
public PlayInstrument ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

UseVerb() public méthode

public UseVerb ( ) : string
Résultat string

use() public méthode

public use ( ) : bool
Résultat bool

Property Details

CreatedCup public_oe static_oe property

public static bool CreatedCup
Résultat bool

PlayingInstrument public_oe static_oe property

public static bool PlayingInstrument
Résultat bool