C# Class Instrument, UnderworldExporter

显示文件 Open project: hankmorgan/UnderworldExporter Class Usage Examples

Public Properties

Property Type Description
CreatedCup bool
PlayingInstrument bool

Public Methods

Method Description
PlayInstrument ( ) : void

Sets the instrucment play UI and state.

UseVerb ( ) : string
use ( ) : bool

Protected Methods

Method Description
Start ( ) : void

Private Methods

Method 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 method

Sets the instrucment play UI and state.
public PlayInstrument ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

UseVerb() public method

public UseVerb ( ) : string
return string

use() public method

public use ( ) : bool
return bool

Property Details

CreatedCup public_oe static_oe property

public static bool CreatedCup
return bool

PlayingInstrument public_oe static_oe property

public static bool PlayingInstrument
return bool