C# 클래스 Instrument, UnderworldExporter

파일 보기 프로젝트 열기: hankmorgan/UnderworldExporter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CreatedCup bool
PlayingInstrument bool

공개 메소드들

메소드 설명
PlayInstrument ( ) : void

Sets the instrucment play UI and state.

UseVerb ( ) : string
use ( ) : bool

보호된 메소드들

메소드 설명
Start ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

PlayInstrument() 공개 메소드

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

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

UseVerb() 공개 메소드

public UseVerb ( ) : string
리턴 string

use() 공개 메소드

public use ( ) : bool
리턴 bool

프로퍼티 상세

CreatedCup 공개적으로 정적으로 프로퍼티

public static bool CreatedCup
리턴 bool

PlayingInstrument 공개적으로 정적으로 프로퍼티

public static bool PlayingInstrument
리턴 bool