C# 클래스 SolutionLecture5.PlayerMovementController

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

공개 메소드들

메소드 설명
Initialize ( Microsoft.Xna.Framework.Game game, InputManager input ) : void
PlayerMovementController ( PlayerCharacter toControl, Keys up, Keys right, Keys down, Keys left ) : System
Update ( GameTime gameTime ) : void

메소드 상세

Initialize() 공개 메소드

public Initialize ( Microsoft.Xna.Framework.Game game, InputManager input ) : void
game Microsoft.Xna.Framework.Game
input InputManager
리턴 void

PlayerMovementController() 공개 메소드

public PlayerMovementController ( PlayerCharacter toControl, Keys up, Keys right, Keys down, Keys left ) : System
toControl PlayerCharacter
up Keys
right Keys
down Keys
left Keys
리턴 System

Update() 공개 메소드

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