C# 클래스 Lecture6Examples.PianoPlayer

상속: GameObject, IEmitSound
파일 보기 프로젝트 열기: Westerdals/PG2200LectureCode2013

공개 메소드들

메소드 설명
GetState ( ) : string
PianoPlayer ( Microsoft.Xna.Framework.Game game ) : System
PlaySounds ( Microsoft.Xna.Framework.Audio.AudioListener listener ) : void
Update ( GameTime gameTime ) : void

메소드 상세

GetState() 공개 메소드

public GetState ( ) : string
리턴 string

PianoPlayer() 공개 메소드

public PianoPlayer ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
리턴 System

PlaySounds() 공개 메소드

public PlaySounds ( Microsoft.Xna.Framework.Audio.AudioListener listener ) : void
listener Microsoft.Xna.Framework.Audio.AudioListener
리턴 void

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void